#40A45D

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

Shades of Chateau Green #40A45D

Tints of Chateau Green #40A45D

Color information

#40A45D (or 0x40A45D) is unknown color: approx Chateau Green. HEX triplet: 40, A4 and 5D. RGB value is (64,164,93). Sum of RGB (Red+Green+Blue) = 64+164+93=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #40A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A45D is #BF5BA2. Grayscale: #7E7E7E. Windows color (decimal): -12540835 or 6136896. OLE color: 6136896.

HSL color Cylindrical-coordinate representation of color #40A45D: hue angle of 137.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A45D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB6416493-
CMYK0.6100.430.36
HSL137.4º43.86%44.71%-
HSV(B)137.4º60.98%64.31%-
XYZ17.3728.4314.93-
YUV126.01109.3783.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=19.94%
G=51.09%
B=28.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64164930.6100.430.36137.443.8644.71
Hex40A45D3D02B24892c2d
Octal10024413575053442115455
Binary1000000101001001011101111101010101110010010001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,93); }

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

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

 a { background-color: rgb(64,164,93); }

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

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

 span { border-color: rgb(64,164,93); }

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