#408C69

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

Shades of Viridian #408C69

Tints of Viridian #408C69

Color information

#408C69 (or 0x408C69) is unknown color: approx Viridian. HEX triplet: 40, 8C and 69. RGB value is (64,140,105). Sum of RGB (Red+Green+Blue) = 64+140+105=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #408C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C69 is #BF7396. Grayscale: #717171. Windows color (decimal): -12546967 or 6917184. OLE color: 6917184.

HSL color Cylindrical-coordinate representation of color #408C69: hue angle of 152.37º 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 #408C69 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB64140105-
CMYK0.5400.250.45
HSL152.37º37.25%40%-
HSV(B)152.37º54.29%54.9%-
XYZ14.0420.8716.65-
YUV113.29123.3292.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=20.71%
G=45.31%
B=33.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641401050.5400.250.45152.3737.2540
Hex408C69360192D982528
Octal10021415166031552304550
Binary100000010001100110100111011001100110110110011000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,140,105); }

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

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

 a { background-color: rgb(64,140,105); }

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

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

 span { border-color: rgb(64,140,105); }

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