Html Css Color HEX #408866 Viridian

📋 copy color: '#408866'

red 64 ◦ green 136 ◦ blue 102

#408866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #408866

Tints of Viridian #408866

RGB

 RED value IS 64 (25.39% from 255) = 21.19%

 GREEN value IS 136 (53.52% from 255) = 45.03%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 21.19%
G = 45.03%
B = 33.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#408866 (or 0x408866) is known color: Viridian. HEX triplet: 40, 88 and 66. RGB value is (64,136,102). Sum of RGB (Red+Green+Blue) = 64+136+102=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #408866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408866 is #BF7799. Grayscale: #6E6E6E. Windows color (decimal): -12547994 or 6719552. OLE color: 6719552.

HSL color Cylindrical-coordinate representation of color #408866: hue angle of 151.67º 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 #408866 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 102 -
CMYK 0.53 0 0.25 0.47
HSL 151.67º 0.36% 0.39% -
HSV(B) 151.67º 0.53% 0.53% -
XYZ 13.32 19.66 15.66 -
YUV 110.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 64 136 102 0.53 0 0.25 0.47 151.67 0.36 0.39
Hex 40 88 66 35 0 19 2F 98 24 27
Octal 100 210 146 65 0 31 57 230 44 47
Binary 1000000 10001000 1100110 110101 0 11001 101111 10011000 100100 100111

Color Harmonies of #408866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408866

Black with #408866

Text Example


Text Example

White with #408866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408866; }

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

 H1.HeaderClassName
 {
   color: #408866;
 }
 .AnyTagClassName
 {
   color: #408866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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