Html Css Color HEX #42AB59 Chateau Green

📋 copy color: '#42AB59'

red 66 ◦ green 171 ◦ blue 89

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

Shades of Chateau Green #42AB59

Tints of Chateau Green #42AB59

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.45%

 BLUE value IS 89 (35.16% from 255) = 27.3%

R = 20.25%
G = 52.45%
B = 27.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#42AB59 (or 0x42AB59) is known color: Chateau Green. HEX triplet: 42, AB and 59. RGB value is (66,171,89). Sum of RGB (Red+Green+Blue) = 66+171+89=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB59 is #BD54A6. Grayscale: #828282. Windows color (decimal): -12407975 or 5876546. OLE color: 5876546.

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

Color convert

RGB 66 171 89 -
CMYK 0.61 0 0.48 0.33
HSL 133.14º 0.44% 0.46% -
HSV(B) 133.14º 0.61% 0.67% -
XYZ 18.61 31.01 14.45 -
YUV 130.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 66 171 89 0.61 0 0.48 0.33 133.14 0.44 0.46
Hex 42 AB 59 3D 0 30 21 85 2C 2E
Octal 102 253 131 75 0 60 41 205 54 56
Binary 1000010 10101011 1011001 111101 0 110000 100001 10000101 101100 101110

Color Harmonies of #42AB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB59

Black with #42AB59

Text Example


Text Example

White with #42AB59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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