#408674

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

Shades of Viridian #408674

Tints of Viridian #408674

Color information

#408674 (or 0x408674) is unknown color: approx Viridian. HEX triplet: 40, 86 and 74. RGB value is (64,134,116). Sum of RGB (Red+Green+Blue) = 64+134+116=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #408674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408674 is #BF798B. Grayscale: #6F6F6F. Windows color (decimal): -12548492 or 7636544. OLE color: 7636544.

HSL color Cylindrical-coordinate representation of color #408674: hue angle of 164.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408674 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB64134116-
CMYK0.5200.130.47
HSL164.57º35.35%38.82%-
HSV(B)164.57º52.24%52.55%-
XYZ13.7919.419.54-
YUV111.02130.8194.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=20.38%
G=42.68%
B=36.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341160.5200.130.47164.5735.3538.82
Hex408674340D2Fa52327
Octal10020616464015572454347
Binary10000001000011011101001101000110110111110100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408674; }

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

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

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

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

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

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

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

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