#408D4C

Color #408D4C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #408D4C

Tints of Chateau Green #408D4C

Color information

#408D4C (or 0x408D4C) is unknown color: approx Chateau Green. HEX triplet: 40, 8D and 4C. RGB value is (64,141,76). Sum of RGB (Red+Green+Blue) = 64+141+76=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #408D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D4C is #BF72B3. Grayscale: #6E6E6E. Windows color (decimal): -12546740 or 5016896. OLE color: 5016896.

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

Color convert

RGB6414176-
CMYK0.5500.460.45
HSL129.35º37.56%40.2%-
HSV(B)129.35º54.61%55.29%-
XYZ12.9420.6610.14-
YUV110.57108.4994.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=22.78%
G=50.18%
B=27.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141760.5500.460.45129.3537.5640.2
Hex408D4C3702E2D812628
Octal10021511467056552014650
Binary1000000100011011001100110111010111010110110000001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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