#458D74

Color #458D74 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #458D74

Tints of Viridian #458D74

Color information

#458D74 (or 0x458D74) is unknown color: approx Viridian. HEX triplet: 45, 8D and 74. RGB value is (69,141,116). Sum of RGB (Red+Green+Blue) = 69+141+116=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #458D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D74 is #BA728B. Grayscale: #747474. Windows color (decimal): -12219020 or 7638341. OLE color: 7638341.

HSL color Cylindrical-coordinate representation of color #458D74: hue angle of 159.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D74 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB69141116-
CMYK0.5100.180.45
HSL159.17º34.29%41.18%-
HSV(B)159.17º51.06%55.29%-
XYZ15.1321.5819.89-
YUV116.62127.6594.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=21.17%
G=43.25%
B=35.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691411160.5100.180.45159.1734.2941.18
Hex458D74330122D9f2229
Octal10521516463022552374251
Binary100010110001101111010011001101001010110110011111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458D74; }

 p { color: rgb(69,141,116); }

 H1.HeaderClassName
 {
   color: #458D74;
 }
 .AnyTagClassName
 {
   color: #458D74;
 }
</style>
background-color css

<style>
 a { background-color: #458D74; }

 a { background-color: rgb(69,141,116); }

 div.DivClassName
 {
   background-color: #458D74;
 }
 .BgClassName
 {
   background-color: #458D74;
 }
</style>
border-color css

<style>
 span { border-color: #458D74; }

 span { border-color: rgb(69,141,116); }

 td.TdClassName
 {
   border-color: #458D74;
 }
 .TagClassName
 {
   border-color: #458D74;
 }
</style>