#42b060

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

Shades of Chateau Green #42B060

Tints of Chateau Green #42B060

Color information

#42B060 (or 0x42B060) is unknown color: approx Chateau Green. HEX triplet: 42, B0 and 60. RGB value is (66,176,96). Sum of RGB (Red+Green+Blue) = 66+176+96=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #42B060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B060 is #BD4F9F. Grayscale: #868686. Windows color (decimal): -12406688 or 6336578. OLE color: 6336578.

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

Color convert

RGB6617696-
CMYK0.6200.450.31
HSL136.36º45.45%47.45%-
HSV(B)136.36º62.5%69.02%-
XYZ19.8833.0516.4-
YUV133.99106.5679.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 176 (69.14% from 255) = 52.07%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=19.53%
G=52.07%
B=28.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66176960.6200.450.31136.3645.4547.45
Hex42B0603E02D1F882d2f
Octal10226014076055372105557
Binary100001010110000110000011111001011011111110001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,96); }

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

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

 a { background-color: rgb(66,176,96); }

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

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

 span { border-color: rgb(66,176,96); }

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