Html Css Color HEX #42AB56 Chateau Green

📋 copy color: '#42AB56'

red 66 ◦ green 171 ◦ blue 86

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

Shades of Chateau Green #42AB56

Tints of Chateau Green #42AB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 20.43%
G = 52.94%
B = 26.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#42AB56 (or 0x42AB56) is known color: Chateau Green. HEX triplet: 42, AB and 56. RGB value is (66,171,86). Sum of RGB (Red+Green+Blue) = 66+171+86=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB56 is #BD54A9. Grayscale: #828282. Windows color (decimal): -12407978 or 5679938. OLE color: 5679938.

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

Color convert

RGB 66 171 86 -
CMYK 0.61 0 0.50 0.33
HSL 131.43º 0.44% 0.46% -
HSV(B) 131.43º 0.61% 0.67% -
XYZ 18.49 30.96 13.8 -
YUV 129.92 103.21 82.41 -
System Red Green Blue C M Y K H S L
Decimal 66 171 86 0.61 0 0.50 0.33 131.43 0.44 0.46
Hex 42 AB 56 3D 0 32 21 83 2C 2E
Octal 102 253 126 75 0 62 41 203 54 56
Binary 1000010 10101011 1010110 111101 0 110010 100001 10000011 101100 101110

Color Harmonies of #42AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB56

Black with #42AB56

Text Example


Text Example

White with #42AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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