Html Css Color HEX #408E4C Chateau Green

📋 copy color: '#408E4C'

red 64 ◦ green 142 ◦ blue 76

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

Shades of Chateau Green #408E4C

Tints of Chateau Green #408E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 22.7%
G = 50.35%
B = 26.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#408E4C (or 0x408E4C) is known color: Chateau Green. HEX triplet: 40, 8E and 4C. RGB value is (64,142,76). Sum of RGB (Red+Green+Blue) = 64+142+76=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #408E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E4C is #BF71B3. Grayscale: #6F6F6F. Windows color (decimal): -12546484 or 5017152. OLE color: 5017152.

HSL color Cylindrical-coordinate representation of color #408E4C: hue angle of 129.23º 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 #408E4C is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 142 76 -
CMYK 0.55 0 0.46 0.44
HSL 129.23º 0.38% 0.4% -
HSV(B) 129.23º 0.55% 0.56% -
XYZ 13.09 20.96 10.19 -
YUV 111.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 64 142 76 0.55 0 0.46 0.44 129.23 0.38 0.4
Hex 40 8E 4C 37 0 2E 2C 81 26 28
Octal 100 216 114 67 0 56 54 201 46 50
Binary 1000000 10001110 1001100 110111 0 101110 101100 10000001 100110 101000

Color Harmonies of #408E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E4C

Black with #408E4C

Text Example


Text Example

White with #408E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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