Html Css Color HEX #408E55 Chateau Green

📋 copy color: '#408E55'

red 64 ◦ green 142 ◦ blue 85

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

Shades of Chateau Green #408E55

Tints of Chateau Green #408E55

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.8%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 21.99%
G = 48.8%
B = 29.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#408E55 (or 0x408E55) is known color: Chateau Green. HEX triplet: 40, 8E and 55. RGB value is (64,142,85). Sum of RGB (Red+Green+Blue) = 64+142+85=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #408E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E55 is #BF71AA. Grayscale: #707070. Windows color (decimal): -12546475 or 5606976. OLE color: 5606976.

HSL color Cylindrical-coordinate representation of color #408E55: hue angle of 136.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E55 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 142 85 -
CMYK 0.55 0 0.40 0.44
HSL 136.15º 0.38% 0.4% -
HSV(B) 136.15º 0.55% 0.56% -
XYZ 13.43 21.09 11.96 -
YUV 112.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 64 142 85 0.55 0 0.40 0.44 136.15 0.38 0.4
Hex 40 8E 55 37 0 28 2C 88 26 28
Octal 100 216 125 67 0 50 54 210 46 50
Binary 1000000 10001110 1010101 110111 0 101000 101100 10001000 100110 101000

Color Harmonies of #408E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E55

Black with #408E55

Text Example


Text Example

White with #408E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,85); }

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

background-color css

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

 a { background-color: rgb(64,142,85); }

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

border-color css

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

 span { border-color: rgb(64,142,85); }

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