#42B259

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

Shades of Chateau Green #42B259

Tints of Chateau Green #42B259

Color information

#42B259 (or 0x42B259) is unknown color: approx Chateau Green. HEX triplet: 42, B2 and 59. RGB value is (66,178,89). Sum of RGB (Red+Green+Blue) = 66+178+89=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #42B259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B259 is #BD4DA6. Grayscale: #868686. Windows color (decimal): -12406183 or 5878338. OLE color: 5878338.

HSL color Cylindrical-coordinate representation of color #42B259: hue angle of 132.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B259 is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB6617889-
CMYK0.6300.50.30
HSL132.32º45.9%47.84%-
HSV(B)132.32º62.92%69.8%-
XYZ19.9733.7214.91-
YUV134.37102.3979.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 178 (69.92% from 255) = 53.45%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=19.82%
G=53.45%
B=26.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66178890.6300.50.30132.3245.947.84
Hex42B2593F0321E842e30
Octal10226213177062362045660
Binary100001010110010101100111111101100101111010000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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