Html Css Color HEX #42A051 Chateau Green

📋 copy color: '#42A051'

red 66 ◦ green 160 ◦ blue 81

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

Shades of Chateau Green #42A051

Tints of Chateau Green #42A051

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.12%

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 21.5%
G = 52.12%
B = 26.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#42A051 (or 0x42A051) is known color: Chateau Green. HEX triplet: 42, A0 and 51. RGB value is (66,160,81). Sum of RGB (Red+Green+Blue) = 66+160+81=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #42A051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A051 is #BD5FAE. Grayscale: #7B7B7B. Windows color (decimal): -12410799 or 5349442. OLE color: 5349442.

HSL color Cylindrical-coordinate representation of color #42A051: hue angle of 129.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A051 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 160 81 -
CMYK 0.59 0 0.49 0.37
HSL 129.57º 0.42% 0.44% -
HSV(B) 129.57º 0.59% 0.63% -
XYZ 16.3 26.89 12.12 -
YUV 122.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 66 160 81 0.59 0 0.49 0.37 129.57 0.42 0.44
Hex 42 A0 51 3B 0 31 25 82 2A 2C
Octal 102 240 121 73 0 61 45 202 52 54
Binary 1000010 10100000 1010001 111011 0 110001 100101 10000010 101010 101100

Color Harmonies of #42A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A051

Black with #42A051

Text Example


Text Example

White with #42A051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,160,81); }

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

background-color css

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

 a { background-color: rgb(66,160,81); }

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

border-color css

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

 span { border-color: rgb(66,160,81); }

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