#40A95E

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

Shades of Chateau Green #40A95E

Tints of Chateau Green #40A95E

Color information

#40A95E (or 0x40A95E) is unknown color: approx Chateau Green. HEX triplet: 40, A9 and 5E. RGB value is (64,169,94). Sum of RGB (Red+Green+Blue) = 64+169+94=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #40A95E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A95E is #BF56A1. Grayscale: #818181. Windows color (decimal): -12539554 or 6203712. OLE color: 6203712.

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

Color convert

RGB6416994-
CMYK0.6200.440.34
HSL137.14º45.06%45.69%-
HSV(B)137.14º62.13%66.27%-
XYZ18.3230.2715.47-
YUV129.05108.2181.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 169 (66.41% from 255) = 51.68%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=19.57%
G=51.68%
B=28.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64169940.6200.440.34137.1445.0645.69
Hex40A95E3E02C22892d2e
Octal10025113676054422115556
Binary1000000101010011011110111110010110010001010001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,169,94); }

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

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

 a { background-color: rgb(64,169,94); }

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

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

 span { border-color: rgb(64,169,94); }

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