#408F5B

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

Shades of Chateau Green #408F5B

Tints of Chateau Green #408F5B

Color information

#408F5B (or 0x408F5B) is unknown color: approx Chateau Green. HEX triplet: 40, 8F and 5B. RGB value is (64,143,91). Sum of RGB (Red+Green+Blue) = 64+143+91=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #408F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F5B is #BF70A4. Grayscale: #717171. Windows color (decimal): -12546213 or 6000448. OLE color: 6000448.

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

Color convert

RGB6414391-
CMYK0.5500.360.44
HSL140.51º38.16%40.59%-
HSV(B)140.51º55.24%56.08%-
XYZ13.8321.4913.32-
YUV113.45115.3392.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 143 (56.25% from 255) = 47.99%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=21.48%
G=47.99%
B=30.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143910.5500.360.44140.5138.1640.59
Hex408F5B370242C8d2629
Octal10021713367044542154651
Binary1000000100011111011011110111010010010110010001101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,143,91); }

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

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

 a { background-color: rgb(64,143,91); }

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

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

 span { border-color: rgb(64,143,91); }

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