#40B159

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

Shades of Chateau Green #40B159

Tints of Chateau Green #40B159

Color information

#40B159 (or 0x40B159) is unknown color: approx Chateau Green. HEX triplet: 40, B1 and 59. RGB value is (64,177,89). Sum of RGB (Red+Green+Blue) = 64+177+89=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #40B159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B159 is #BF4EA6. Grayscale: #858585. Windows color (decimal): -12537511 or 5878080. OLE color: 5878080.

HSL color Cylindrical-coordinate representation of color #40B159: hue angle of 133.27º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B159 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB6417789-
CMYK0.6400.500.31
HSL133.27º46.89%47.25%-
HSV(B)133.27º63.84%69.41%-
XYZ19.6433.2614.84-
YUV133.18103.0678.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=19.39%
G=53.64%
B=26.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64177890.6400.500.31133.2746.8947.25
Hex40B159400321F852f2f
Octal100261131100062372055757
Binary1000000101100011011001100000001100101111110000101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,177,89); }

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

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

 a { background-color: rgb(64,177,89); }

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

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

 span { border-color: rgb(64,177,89); }

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