#42B959

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

Shades of Chateau Green #42B959

Tints of Chateau Green #42B959

Color information

#42B959 (or 0x42B959) is unknown color: approx Chateau Green. HEX triplet: 42, B9 and 59. RGB value is (66,185,89). Sum of RGB (Red+Green+Blue) = 66+185+89=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #42B959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B959 is #BD46A6. Grayscale: #8A8A8A. Windows color (decimal): -12404391 or 5880130. OLE color: 5880130.

HSL color Cylindrical-coordinate representation of color #42B959: hue angle of 131.6º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B959 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB6618589-
CMYK0.6400.520.27
HSL131.6º47.41%49.22%-
HSV(B)131.6º64.32%72.55%-
XYZ21.436.5815.38-
YUV138.48100.0876.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 185 (72.66% from 255) = 54.41%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=19.41%
G=54.41%
B=26.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185890.6400.520.27131.647.4149.22
Hex42B959400341B842f31
Octal102271131100064332045761
Binary1000010101110011011001100000001101001101110000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B959; }

 p { color: rgb(66,185,89); }

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

<style>
 a { background-color: #42B959; }

 a { background-color: rgb(66,185,89); }

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

<style>
 span { border-color: #42B959; }

 span { border-color: rgb(66,185,89); }

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