Html Css Color HEX #408C55 Chateau Green

📋 copy color: '#408C55'

red 64 ◦ green 140 ◦ blue 85

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

Shades of Chateau Green #408C55

Tints of Chateau Green #408C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.44%

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

R = 22.15%
G = 48.44%
B = 29.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#408C55 (or 0x408C55) is known color: Chateau Green. HEX triplet: 40, 8C and 55. RGB value is (64,140,85). Sum of RGB (Red+Green+Blue) = 64+140+85=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #408C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C55 is #BF73AA. Grayscale: #6F6F6F. Windows color (decimal): -12546987 or 5606464. OLE color: 5606464.

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

Color convert

RGB 64 140 85 -
CMYK 0.54 0 0.39 0.45
HSL 136.58º 0.37% 0.4% -
HSV(B) 136.58º 0.54% 0.55% -
XYZ 13.13 20.5 11.86 -
YUV 111.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 64 140 85 0.54 0 0.39 0.45 136.58 0.37 0.4
Hex 40 8C 55 36 0 27 2D 89 25 28
Octal 100 214 125 66 0 47 55 211 45 50
Binary 1000000 10001100 1010101 110110 0 100111 101101 10001001 100101 101000

Color Harmonies of #408C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C55

Black with #408C55

Text Example


Text Example

White with #408C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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