#408D58

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

Shades of Chateau Green #408D58

Tints of Chateau Green #408D58

Color information

#408D58 (or 0x408D58) is unknown color: approx Chateau Green. HEX triplet: 40, 8D and 58. RGB value is (64,141,88). Sum of RGB (Red+Green+Blue) = 64+141+88=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #408D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D58 is #BF72A7. Grayscale: #707070. Windows color (decimal): -12546728 or 5803328. OLE color: 5803328.

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

Color convert

RGB6414188-
CMYK0.5500.380.45
HSL138.7º37.56%40.2%-
HSV(B)138.7º54.61%55.29%-
XYZ13.420.8412.55-
YUV111.93114.4993.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 141 (55.47% from 255) = 48.12%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=21.84%
G=48.12%
B=30.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141880.5500.380.45138.737.5640.2
Hex408D58370262D8b2628
Octal10021513067046552134650
Binary1000000100011011011000110111010011010110110001011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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