Html Css Color HEX #559249 Hippie Green

📋 copy color: '#559249'

red 85 ◦ green 146 ◦ blue 73

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

Shades of Hippie Green #559249

Tints of Hippie Green #559249

RGB

 RED value IS 85 (33.59% from 255) = 27.96%

 GREEN value IS 146 (57.42% from 255) = 48.03%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 27.96%
G = 48.03%
B = 24.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#559249 (or 0x559249) is known color: Hippie Green. HEX triplet: 55, 92 and 49. RGB value is (85,146,73). Sum of RGB (Red+Green+Blue) = 85+146+73=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #559249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559249 is #AA6DB6. Grayscale: #777777. Windows color (decimal): -11169207 or 4821589. OLE color: 4821589.

HSL color Cylindrical-coordinate representation of color #559249: hue angle of 110.14º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559249 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 73 -
CMYK 0.42 0 0.5 0.43
HSL 110.14º 0.33% 0.43% -
HSV(B) 110.14º 0.5% 0.57% -
XYZ 15.23 22.97 9.93 -
YUV 119.44 101.79 103.44 -
System Red Green Blue C M Y K H S L
Decimal 85 146 73 0.42 0 0.5 0.43 110.14 0.33 0.43
Hex 55 92 49 2A 0 32 2B 6E 21 2B
Octal 125 222 111 52 0 62 53 156 41 53
Binary 1010101 10010010 1001001 101010 0 110010 101011 1101110 100001 101011

Color Harmonies of #559249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559249

Black with #559249

Text Example


Text Example

White with #559249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559249; }

 p { color: rgb(85,146,73); }

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

background-color css

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

 a { background-color: rgb(85,146,73); }

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

border-color css

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

 span { border-color: rgb(85,146,73); }

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