#42BC59

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

Shades of Chateau Green #42BC59

Tints of Chateau Green #42BC59

Color information

#42BC59 (or 0x42BC59) is unknown color: approx Chateau Green. HEX triplet: 42, BC and 59. RGB value is (66,188,89). Sum of RGB (Red+Green+Blue) = 66+188+89=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC59 is #BD43A6. Grayscale: #8C8C8C. Windows color (decimal): -12403623 or 5880898. OLE color: 5880898.

HSL color Cylindrical-coordinate representation of color #42BC59: hue angle of 131.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC59 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB6618889-
CMYK0.6500.530.26
HSL131.31º48.03%49.8%-
HSV(B)131.31º64.89%73.73%-
XYZ22.0337.8515.59-
YUV140.2499.0875.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=19.24%
G=54.81%
B=25.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66188890.6500.530.26131.3148.0349.8
Hex42BC59410351A833032
Octal102274131101065322036062
Binary1000010101111001011001100000101101011101010000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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