#40aa56

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

Shades of Chateau Green #40AA56

Tints of Chateau Green #40AA56

Color information

#40AA56 (or 0x40AA56) is unknown color: approx Chateau Green. HEX triplet: 40, AA and 56. RGB value is (64,170,86). Sum of RGB (Red+Green+Blue) = 64+170+86=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA56 is #BF55A9. Grayscale: #808080. Windows color (decimal): -12539306 or 5679680. OLE color: 5679680.

HSL color Cylindrical-coordinate representation of color #40AA56: hue angle of 132.45º 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 #40AA56 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB6417086-
CMYK0.6200.490.33
HSL132.45º45.3%45.88%-
HSV(B)132.45º62.35%66.67%-
XYZ18.1730.5113.74-
YUV128.73103.8881.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=20%
G=53.12%
B=26.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64170860.6200.490.33132.4545.345.88
Hex40AA563E03121842d2e
Octal10025212676061412045556
Binary1000000101010101010110111110011000110000110000100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40aa56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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