#42AD64

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

Shades of Chateau Green #42AD64

Tints of Chateau Green #42AD64

Color information

#42AD64 (or 0x42AD64) is unknown color: approx Chateau Green. HEX triplet: 42, AD and 64. RGB value is (66,173,100). Sum of RGB (Red+Green+Blue) = 66+173+100=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD64 is #BD529B. Grayscale: #848484. Windows color (decimal): -12407452 or 6597954. OLE color: 6597954.

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

Color convert

RGB66173100-
CMYK0.6200.420.32
HSL139.07º44.77%46.86%-
HSV(B)139.07º61.85%67.84%-
XYZ19.4931.9717.2-
YUV132.68109.5580.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 173 (67.97% from 255) = 51.03%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=19.47%
G=51.03%
B=29.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731000.6200.420.32139.0744.7746.86
Hex42AD643E02A208b2d2f
Octal10225514476052402135557
Binary1000010101011011100100111110010101010000010001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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