#42905C

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

Shades of Chateau Green #42905C

Tints of Chateau Green #42905C

Color information

#42905C (or 0x42905C) is unknown color: approx Chateau Green. HEX triplet: 42, 90 and 5C. RGB value is (66,144,92). Sum of RGB (Red+Green+Blue) = 66+144+92=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #42905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42905C is #BD6FA3. Grayscale: #727272. Windows color (decimal): -12414884 or 6066242. OLE color: 6066242.

HSL color Cylindrical-coordinate representation of color #42905C: hue angle of 140º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42905C is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB6614492-
CMYK0.5400.360.44
HSL140º37.14%41.18%-
HSV(B)140º54.17%56.47%-
XYZ14.1521.8813.6-
YUV114.75115.1693.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=21.85%
G=47.68%
B=30.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144920.5400.360.4414037.1441.18
Hex42905C360242C8c2529
Octal10222013466044542144551
Binary1000010100100001011100110110010010010110010001100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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