#42A560

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

Shades of Chateau Green #42A560

Tints of Chateau Green #42A560

Color information

#42A560 (or 0x42A560) is unknown color: approx Chateau Green. HEX triplet: 42, A5 and 60. RGB value is (66,165,96). Sum of RGB (Red+Green+Blue) = 66+165+96=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #42A560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A560 is #BD5A9F. Grayscale: #7F7F7F. Windows color (decimal): -12409504 or 6333762. OLE color: 6333762.

HSL color Cylindrical-coordinate representation of color #42A560: hue angle of 138.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A560 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB6616596-
CMYK0.6000.420.35
HSL138.18º42.86%45.29%-
HSV(B)138.18º60%64.71%-
XYZ17.8128.9115.71-
YUV127.53110.284.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=20.18%
G=50.46%
B=29.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66165960.6000.420.35138.1842.8645.29
Hex42A5603C02A238a2b2d
Octal10224514074052432125355
Binary1000010101001011100000111100010101010001110001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,96); }

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

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

 a { background-color: rgb(66,165,96); }

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

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

 span { border-color: rgb(66,165,96); }

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