#40AF62

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

Shades of Chateau Green #40AF62

Tints of Chateau Green #40AF62

Color information

#40AF62 (or 0x40AF62) is unknown color: approx Chateau Green. HEX triplet: 40, AF and 62. RGB value is (64,175,98). Sum of RGB (Red+Green+Blue) = 64+175+98=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF62 is #BF509D. Grayscale: #858585. Windows color (decimal): -12538014 or 6467392. OLE color: 6467392.

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

Color convert

RGB6417598-
CMYK0.6300.440.31
HSL138.38º46.44%46.86%-
HSV(B)138.38º63.43%68.63%-
XYZ19.6532.6316.82-
YUV133.03108.2378.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=18.99%
G=51.93%
B=29.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64175980.6300.440.31138.3846.4446.86
Hex40AF623F02C1F8a2e2f
Octal10025714277054372125657
Binary100000010101111110001011111101011001111110001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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