#40AA5B

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

Shades of Chateau Green #40AA5B

Tints of Chateau Green #40AA5B

Color information

#40AA5B (or 0x40AA5B) is unknown color: approx Chateau Green. HEX triplet: 40, AA and 5B. RGB value is (64,170,91). Sum of RGB (Red+Green+Blue) = 64+170+91=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA5B is #BF55A4. Grayscale: #818181. Windows color (decimal): -12539301 or 6007360. OLE color: 6007360.

HSL color Cylindrical-coordinate representation of color #40AA5B: hue angle of 135.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA5B is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB6417091-
CMYK0.6200.460.33
HSL135.28º45.3%45.88%-
HSV(B)135.28º62.35%66.67%-
XYZ18.3830.5914.83-
YUV129.3106.3881.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 91 (35.94% from 255) = 28%
R=19.69%
G=52.31%
B=28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64170910.6200.460.33135.2845.345.88
Hex40AA5B3E02E21872d2e
Octal10025213376056412075556
Binary1000000101010101011011111110010111010000110000111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,170,91); }

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

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

 a { background-color: rgb(64,170,91); }

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

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

 span { border-color: rgb(64,170,91); }

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