#40AB5A

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

Shades of Chateau Green #40AB5A

Tints of Chateau Green #40AB5A

Color information

#40AB5A (or 0x40AB5A) is unknown color: approx Chateau Green. HEX triplet: 40, AB and 5A. RGB value is (64,171,90). Sum of RGB (Red+Green+Blue) = 64+171+90=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB5A is #BF54A5. Grayscale: #818181. Windows color (decimal): -12539046 or 5942080. OLE color: 5942080.

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

Color convert

RGB6417190-
CMYK0.6300.470.33
HSL134.58º45.53%46.08%-
HSV(B)134.58º62.57%67.06%-
XYZ18.5230.9514.67-
YUV129.77105.5581.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=19.69%
G=52.62%
B=27.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64171900.6300.470.33134.5845.5346.08
Hex40AB5A3F02F21872e2e
Octal10025313277057412075656
Binary1000000101010111011010111111010111110000110000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,171,90); }

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

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

 a { background-color: rgb(64,171,90); }

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

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

 span { border-color: rgb(64,171,90); }

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