#40A55C

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

Shades of Chateau Green #40A55C

Tints of Chateau Green #40A55C

Color information

#40A55C (or 0x40A55C) is unknown color: approx Chateau Green. HEX triplet: 40, A5 and 5C. RGB value is (64,165,92). Sum of RGB (Red+Green+Blue) = 64+165+92=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #40A55C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A55C is #BF5AA3. Grayscale: #7E7E7E. Windows color (decimal): -12540580 or 6071616. OLE color: 6071616.

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

Color convert

RGB6416592-
CMYK0.6100.440.35
HSL136.63º44.1%44.9%-
HSV(B)136.63º61.21%64.71%-
XYZ17.528.7714.76-
YUV126.48108.5483.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=19.94%
G=51.40%
B=28.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165920.6100.440.35136.6344.144.9
Hex40A55C3D02C23892c2d
Octal10024513475054432115455
Binary1000000101001011011100111101010110010001110001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,92); }

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

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

 a { background-color: rgb(64,165,92); }

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

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

 span { border-color: rgb(64,165,92); }

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