#42985F

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

Shades of Chateau Green #42985F

Tints of Chateau Green #42985F

Color information

#42985F (or 0x42985F) is unknown color: approx Chateau Green. HEX triplet: 42, 98 and 5F. RGB value is (66,152,95). Sum of RGB (Red+Green+Blue) = 66+152+95=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #42985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42985F is #BD67A0. Grayscale: #777777. Windows color (decimal): -12412833 or 6264898. OLE color: 6264898.

HSL color Cylindrical-coordinate representation of color #42985F: hue angle of 140.23º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42985F is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB6615295-
CMYK0.5700.380.40
HSL140.23º39.45%42.75%-
HSV(B)140.23º56.58%59.61%-
XYZ15.5424.4414.72-
YUV119.79114.0189.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=21.09%
G=48.56%
B=30.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152950.5700.380.40140.2339.4542.75
Hex42985F39026288c272b
Octal10223013771046502144753
Binary1000010100110001011111111001010011010100010001100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42985F; }

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

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

<style>
 a { background-color: #42985F; }

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

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

<style>
 span { border-color: #42985F; }

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

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