#408D4D

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

Shades of Chateau Green #408D4D

Tints of Chateau Green #408D4D

Color information

#408D4D (or 0x408D4D) is unknown color: approx Chateau Green. HEX triplet: 40, 8D and 4D. RGB value is (64,141,77). Sum of RGB (Red+Green+Blue) = 64+141+77=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #408D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D4D is #BF72B2. Grayscale: #6E6E6E. Windows color (decimal): -12546739 or 5082432. OLE color: 5082432.

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

Color convert

RGB6414177-
CMYK0.5500.450.45
HSL130.13º37.56%40.2%-
HSV(B)130.13º54.61%55.29%-
XYZ12.9820.6810.33-
YUV110.68108.9994.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=22.70%
G=50%
B=27.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141770.5500.450.45130.1337.5640.2
Hex408D4D3702D2D822628
Octal10021511567055552024650
Binary1000000100011011001101110111010110110110110000010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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