Html Css Color HEX #42AB5E Chateau Green

📋 copy color: '#42AB5E'

red 66 ◦ green 171 ◦ blue 94

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

Shades of Chateau Green #42AB5E

Tints of Chateau Green #42AB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 19.94%
G = 51.66%
B = 28.4%

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

#42AB5E (or 0x42AB5E) is known color: Chateau Green. HEX triplet: 42, AB and 5E. RGB value is (66,171,94). Sum of RGB (Red+Green+Blue) = 66+171+94=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB5E is #BD54A1. Grayscale: #838383. Windows color (decimal): -12407970 or 6204226. OLE color: 6204226.

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

Color convert

RGB 66 171 94 -
CMYK 0.61 0 0.45 0.33
HSL 136º 0.44% 0.46% -
HSV(B) 136º 0.61% 0.67% -
XYZ 18.83 31.09 15.6 -
YUV 130.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 66 171 94 0.61 0 0.45 0.33 136 0.44 0.46
Hex 42 AB 5E 3D 0 2D 21 88 2C 2E
Octal 102 253 136 75 0 55 41 210 54 56
Binary 1000010 10101011 1011110 111101 0 101101 100001 10001000 101100 101110

Color Harmonies of #42AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB5E

Black with #42AB5E

Text Example


Text Example

White with #42AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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