#40AF61

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

Shades of Chateau Green #40AF61

Tints of Chateau Green #40AF61

Color information

#40AF61 (or 0x40AF61) is unknown color: approx Chateau Green. HEX triplet: 40, AF and 61. RGB value is (64,175,97). Sum of RGB (Red+Green+Blue) = 64+175+97=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF61 is #BF509E. Grayscale: #858585. Windows color (decimal): -12538015 or 6401856. OLE color: 6401856.

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

Color convert

RGB6417597-
CMYK0.6300.450.31
HSL137.84º46.44%46.86%-
HSV(B)137.84º63.43%68.63%-
XYZ19.632.6116.57-
YUV132.92107.7378.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=19.05%
G=52.08%
B=28.87%

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
Decimal64175970.6300.450.31137.8446.4446.86
Hex40AF613F02D1F8a2e2f
Octal10025714177055372125657
Binary100000010101111110000111111101011011111110001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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