Html Css Color HEX #42AA5D Chateau Green

📋 copy color: '#42AA5D'

red 66 ◦ green 170 ◦ blue 93

#42AA5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #42AA5D

Tints of Chateau Green #42AA5D

RGB

 RED value IS 66 (26.17% from 255) = 20.06%

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 20.06%
G = 51.67%
B = 28.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#42AA5D (or 0x42AA5D) is known color: Chateau Green. HEX triplet: 42, AA and 5D. RGB value is (66,170,93). Sum of RGB (Red+Green+Blue) = 66+170+93=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA5D is #BD55A2. Grayscale: #828282. Windows color (decimal): -12408227 or 6138434. OLE color: 6138434.

HSL color Cylindrical-coordinate representation of color #42AA5D: hue angle of 135.58º 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 #42AA5D is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 170 93 -
CMYK 0.61 0 0.45 0.33
HSL 135.58º 0.44% 0.46% -
HSV(B) 135.58º 0.61% 0.67% -
XYZ 18.6 30.7 15.3 -
YUV 130.13 107.04 82.26 -
System Red Green Blue C M Y K H S L
Decimal 66 170 93 0.61 0 0.45 0.33 135.58 0.44 0.46
Hex 42 AA 5D 3D 0 2D 21 88 2C 2E
Octal 102 252 135 75 0 55 41 210 54 56
Binary 1000010 10101010 1011101 111101 0 101101 100001 10001000 101100 101110

Color Harmonies of #42AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA5D

Black with #42AA5D

Text Example


Text Example

White with #42AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42AA5D;
 }
 .AnyTagClassName
 {
   color: #42AA5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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