#40AF60

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

Shades of Chateau Green #40AF60

Tints of Chateau Green #40AF60

Color information

#40AF60 (or 0x40AF60) is unknown color: approx Chateau Green. HEX triplet: 40, AF and 60. RGB value is (64,175,96). Sum of RGB (Red+Green+Blue) = 64+175+96=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF60 is #BF509F. Grayscale: #858585. Windows color (decimal): -12538016 or 6336320. OLE color: 6336320.

HSL color Cylindrical-coordinate representation of color #40AF60: hue angle of 137.3º 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 #40AF60 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB6417596-
CMYK0.6300.450.31
HSL137.3º46.44%46.86%-
HSV(B)137.3º63.43%68.63%-
XYZ19.5632.5916.33-
YUV132.8107.2378.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=19.10%
G=52.24%
B=28.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64175960.6300.450.31137.346.4446.86
Hex40AF603F02D1F892e2f
Octal10025714077055372115657
Binary100000010101111110000011111101011011111110001001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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