#40AF5E

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

Shades of Chateau Green #40AF5E

Tints of Chateau Green #40AF5E

Color information

#40AF5E (or 0x40AF5E) is unknown color: approx Chateau Green. HEX triplet: 40, AF and 5E. RGB value is (64,175,94). Sum of RGB (Red+Green+Blue) = 64+175+94=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF5E is #BF50A1. Grayscale: #848484. Windows color (decimal): -12538018 or 6205248. OLE color: 6205248.

HSL color Cylindrical-coordinate representation of color #40AF5E: hue angle of 136.22º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF5E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB6417594-
CMYK0.6300.460.31
HSL136.22º46.44%46.86%-
HSV(B)136.22º63.43%68.63%-
XYZ19.4632.5615.85-
YUV132.58106.2379.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=19.22%
G=52.55%
B=28.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64175940.6300.460.31136.2246.4446.86
Hex40AF5E3F02E1F882e2f
Octal10025713677056372105657
Binary100000010101111101111011111101011101111110001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AF5E; }

 p { color: rgb(64,175,94); }

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

<style>
 a { background-color: #40AF5E; }

 a { background-color: rgb(64,175,94); }

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

<style>
 span { border-color: #40AF5E; }

 span { border-color: rgb(64,175,94); }

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