#42985C

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

Shades of Chateau Green #42985C

Tints of Chateau Green #42985C

Color information

#42985C (or 0x42985C) is unknown color: approx Chateau Green. HEX triplet: 42, 98 and 5C. RGB value is (66,152,92). Sum of RGB (Red+Green+Blue) = 66+152+92=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #42985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42985C is #BD67A3. Grayscale: #777777. Windows color (decimal): -12412836 or 6068290. OLE color: 6068290.

HSL color Cylindrical-coordinate representation of color #42985C: hue angle of 138.14º 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 #42985C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB6615292-
CMYK0.5700.390.40
HSL138.14º39.45%42.75%-
HSV(B)138.14º56.58%59.61%-
XYZ15.4124.3914.02-
YUV119.45112.5189.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=21.29%
G=49.03%
B=29.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152920.5700.390.40138.1439.4542.75
Hex42985C39027288a272b
Octal10223013471047502124753
Binary1000010100110001011100111001010011110100010001010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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