#42AE5D

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

Shades of Chateau Green #42AE5D

Tints of Chateau Green #42AE5D

Color information

#42AE5D (or 0x42AE5D) is unknown color: approx Chateau Green. HEX triplet: 42, AE and 5D. RGB value is (66,174,93). Sum of RGB (Red+Green+Blue) = 66+174+93=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AE5D is #BD51A2. Grayscale: #848484. Windows color (decimal): -12407203 or 6139458. OLE color: 6139458.

HSL color Cylindrical-coordinate representation of color #42AE5D: hue angle of 135º 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 #42AE5D is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB6617493-
CMYK0.6200.470.32
HSL135º45%47.06%-
HSV(B)135º62.07%68.24%-
XYZ19.3632.2215.55-
YUV132.47105.7280.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=19.82%
G=52.25%
B=27.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66174930.6200.470.321354547.06
Hex42AE5D3E02F20872d2f
Octal10225613576057402075557
Binary1000010101011101011101111110010111110000010000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,174,93); }

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

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

 a { background-color: rgb(66,174,93); }

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

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

 span { border-color: rgb(66,174,93); }

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