#40BB58

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

Shades of Chateau Green #40BB58

Tints of Chateau Green #40BB58

Color information

#40BB58 (or 0x40BB58) is unknown color: approx Chateau Green. HEX triplet: 40, BB and 58. RGB value is (64,187,88). Sum of RGB (Red+Green+Blue) = 64+187+88=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB58 is #BF44A7. Grayscale: #8B8B8B. Windows color (decimal): -12534952 or 5815104. OLE color: 5815104.

HSL color Cylindrical-coordinate representation of color #40BB58: hue angle of 131.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB58 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB6418788-
CMYK0.6600.530.27
HSL131.71º49%49.22%-
HSV(B)131.71º65.78%73.33%-
XYZ21.6537.3415.3-
YUV138.9499.2574.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 187 (73.44% from 255) = 55.16%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=18.88%
G=55.16%
B=25.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64187880.6600.530.27131.714949.22
Hex40BB58420351B843131
Octal100273130102065332046161
Binary1000000101110111011000100001001101011101110000100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,187,88); }

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

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

 a { background-color: rgb(64,187,88); }

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

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

 span { border-color: rgb(64,187,88); }

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