#42AD5C

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

Shades of Chateau Green #42AD5C

Tints of Chateau Green #42AD5C

Color information

#42AD5C (or 0x42AD5C) is unknown color: approx Chateau Green. HEX triplet: 42, AD and 5C. RGB value is (66,173,92). Sum of RGB (Red+Green+Blue) = 66+173+92=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD5C is #BD52A3. Grayscale: #838383. Windows color (decimal): -12407460 or 6073666. OLE color: 6073666.

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

Color convert

RGB6617392-
CMYK0.6200.470.32
HSL134.58º44.77%46.86%-
HSV(B)134.58º61.85%67.84%-
XYZ19.1231.8215.26-
YUV131.77105.5581.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 173 (67.97% from 255) = 52.27%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=19.94%
G=52.27%
B=27.79%

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
Decimal66173920.6200.470.32134.5844.7746.86
Hex42AD5C3E02F20872d2f
Octal10225513476057402075557
Binary1000010101011011011100111110010111110000010000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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