#40A157

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

Shades of Chateau Green #40A157

Tints of Chateau Green #40A157

Color information

#40A157 (or 0x40A157) is unknown color: approx Chateau Green. HEX triplet: 40, A1 and 57. RGB value is (64,161,87). Sum of RGB (Red+Green+Blue) = 64+161+87=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #40A157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A157 is #BF5EA8. Grayscale: #7B7B7B. Windows color (decimal): -12541609 or 5742912. OLE color: 5742912.

HSL color Cylindrical-coordinate representation of color #40A157: hue angle of 134.23º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A157 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB6416187-
CMYK0.6000.460.37
HSL134.23º43.11%44.12%-
HSV(B)134.23º60.25%63.14%-
XYZ16.5827.2713.41-
YUV123.56107.3685.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=20.51%
G=51.60%
B=27.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64161870.6000.460.37134.2343.1144.12
Hex40A1573C02E25862b2c
Octal10024112774056452065354
Binary1000000101000011010111111100010111010010110000110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,87); }

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

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

 a { background-color: rgb(64,161,87); }

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

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

 span { border-color: rgb(64,161,87); }

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