#42AC64

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

Shades of Chateau Green #42AC64

Tints of Chateau Green #42AC64

Color information

#42AC64 (or 0x42AC64) is unknown color: approx Chateau Green. HEX triplet: 42, AC and 64. RGB value is (66,172,100). Sum of RGB (Red+Green+Blue) = 66+172+100=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC64 is #BD539B. Grayscale: #848484. Windows color (decimal): -12407708 or 6597698. OLE color: 6597698.

HSL color Cylindrical-coordinate representation of color #42AC64: hue angle of 139.25º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC64 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB66172100-
CMYK0.6200.420.33
HSL139.25º44.54%46.67%-
HSV(B)139.25º61.63%67.45%-
XYZ19.331.5817.14-
YUV132.1109.8880.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=19.53%
G=50.89%
B=29.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721000.6200.420.33139.2544.5446.67
Hex42AC643E02A218b2d2f
Octal10225414476052412135557
Binary1000010101011001100100111110010101010000110001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,172,100); }

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

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

 a { background-color: rgb(66,172,100); }

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

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

 span { border-color: rgb(66,172,100); }

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