#42AB5D

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

Shades of Chateau Green #42AB5D

Tints of Chateau Green #42AB5D

Color information

#42AB5D (or 0x42AB5D) is unknown color: approx Chateau Green. HEX triplet: 42, AB and 5D. RGB value is (66,171,93). Sum of RGB (Red+Green+Blue) = 66+171+93=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB5D is #BD54A2. Grayscale: #828282. Windows color (decimal): -12407971 or 6138690. OLE color: 6138690.

HSL color Cylindrical-coordinate representation of color #42AB5D: hue angle of 135.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB5D is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB6617193-
CMYK0.6100.460.33
HSL135.43º44.3%46.47%-
HSV(B)135.43º61.4%67.06%-
XYZ18.7931.0715.36-
YUV130.71106.7181.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=20%
G=51.82%
B=28.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66171930.6100.460.33135.4344.346.47
Hex42AB5D3D02E21872c2e
Octal10225313575056412075456
Binary1000010101010111011101111101010111010000110000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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