#408276

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

Shades of Viridian #408276

Tints of Viridian #408276

Color information

#408276 (or 0x408276) is unknown color: approx Viridian. HEX triplet: 40, 82 and 76. RGB value is (64,130,118). Sum of RGB (Red+Green+Blue) = 64+130+118=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #408276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408276 is #BF7D89. Grayscale: #6C6C6C. Windows color (decimal): -12549514 or 7766592. OLE color: 7766592.

HSL color Cylindrical-coordinate representation of color #408276: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408276 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB64130118-
CMYK0.5100.090.49
HSL169.09º34.02%38.04%-
HSV(B)169.09º50.77%50.98%-
XYZ13.3718.3619.98-
YUV108.9133.1395.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=20.51%
G=41.67%
B=37.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301180.5100.090.49169.0934.0238.04
Hex408276330931a92226
Octal10020216663011612514246
Binary10000001000001011101101100110100111000110101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408276; }

 p { color: rgb(64,130,118); }

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

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

 a { background-color: rgb(64,130,118); }

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

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

 span { border-color: rgb(64,130,118); }

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