#408B74

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

Shades of Viridian #408B74

Tints of Viridian #408B74

Color information

#408B74 (or 0x408B74) is unknown color: approx Viridian. HEX triplet: 40, 8B and 74. RGB value is (64,139,116). Sum of RGB (Red+Green+Blue) = 64+139+116=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #408B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B74 is #BF748B. Grayscale: #717171. Windows color (decimal): -12547212 or 7637824. OLE color: 7637824.

HSL color Cylindrical-coordinate representation of color #408B74: hue angle of 161.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B74 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB64139116-
CMYK0.5400.170.45
HSL161.6º36.95%39.8%-
HSV(B)161.6º53.96%54.51%-
XYZ14.520.8219.78-
YUV113.95129.1592.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=20.06%
G=43.57%
B=36.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391160.5400.170.45161.636.9539.8
Hex408B74360112Da22528
Octal10021316466021552424550
Binary100000010001011111010011011001000110110110100010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408B74; }

 p { color: rgb(64,139,116); }

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

<style>
 a { background-color: #408B74; }

 a { background-color: rgb(64,139,116); }

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

<style>
 span { border-color: #408B74; }

 span { border-color: rgb(64,139,116); }

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