#408F58

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

Shades of Chateau Green #408F58

Tints of Chateau Green #408F58

Color information

#408F58 (or 0x408F58) is unknown color: approx Chateau Green. HEX triplet: 40, 8F and 58. RGB value is (64,143,88). Sum of RGB (Red+Green+Blue) = 64+143+88=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #408F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F58 is #BF70A7. Grayscale: #717171. Windows color (decimal): -12546216 or 5803840. OLE color: 5803840.

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

Color convert

RGB6414388-
CMYK0.5500.380.44
HSL138.23º38.16%40.59%-
HSV(B)138.23º55.24%56.08%-
XYZ13.721.4412.65-
YUV113.11113.8392.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 143 (56.25% from 255) = 48.47%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=21.69%
G=48.47%
B=29.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143880.5500.380.44138.2338.1640.59
Hex408F58370262C8a2629
Octal10021713067046542124651
Binary1000000100011111011000110111010011010110010001010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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