#42B35F

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

Shades of Chateau Green #42B35F

Tints of Chateau Green #42B35F

Color information

#42B35F (or 0x42B35F) is unknown color: approx Chateau Green. HEX triplet: 42, B3 and 5F. RGB value is (66,179,95). Sum of RGB (Red+Green+Blue) = 66+179+95=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #42B35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B35F is #BD4CA0. Grayscale: #878787. Windows color (decimal): -12405921 or 6271810. OLE color: 6271810.

HSL color Cylindrical-coordinate representation of color #42B35F: hue angle of 135.4º 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 #42B35F is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB6617995-
CMYK0.6300.470.30
HSL135.4º46.12%48.04%-
HSV(B)135.4º63.13%70.2%-
XYZ20.4334.2216.36-
YUV135.64105.0678.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 179 (70.31% from 255) = 52.65%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=19.41%
G=52.65%
B=27.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66179950.6300.470.30135.446.1248.04
Hex42B35F3F02F1E872e30
Octal10226313777057362075660
Binary100001010110011101111111111101011111111010000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,95); }

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

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

 a { background-color: rgb(66,179,95); }

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

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

 span { border-color: rgb(66,179,95); }

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