#408869

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

Shades of Viridian #408869

Tints of Viridian #408869

Color information

#408869 (or 0x408869) is unknown color: approx Viridian. HEX triplet: 40, 88 and 69. RGB value is (64,136,105). Sum of RGB (Red+Green+Blue) = 64+136+105=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #408869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408869 is #BF7796. Grayscale: #6E6E6E. Windows color (decimal): -12547991 or 6916160. OLE color: 6916160.

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

Color convert

RGB64136105-
CMYK0.5300.230.47
HSL154.17º36%39.22%-
HSV(B)154.17º52.94%53.33%-
XYZ13.4719.7216.46-
YUV110.94124.6594.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=20.98%
G=44.59%
B=34.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641361050.5300.230.47154.173639.22
Hex408869350172F9a2427
Octal10021015165027572324447
Binary100000010001000110100111010101011110111110011010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408869; }

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

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

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

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

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

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

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

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