Html Css Color HEX #559349 Hippie Green

📋 copy color: '#559349'

red 85 ◦ green 147 ◦ blue 73

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

Shades of Hippie Green #559349

Tints of Hippie Green #559349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

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

R = 27.87%
G = 48.2%
B = 23.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#559349 (or 0x559349) is known color: Hippie Green. HEX triplet: 55, 93 and 49. RGB value is (85,147,73). Sum of RGB (Red+Green+Blue) = 85+147+73=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #559349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559349 is #AA6CB6. Grayscale: #787878. Windows color (decimal): -11168951 or 4821845. OLE color: 4821845.

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

Color convert

RGB 85 147 73 -
CMYK 0.42 0 0.50 0.42
HSL 110.27º 0.34% 0.43% -
HSV(B) 110.27º 0.5% 0.58% -
XYZ 15.38 23.28 9.99 -
YUV 120.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 85 147 73 0.42 0 0.50 0.42 110.27 0.34 0.43
Hex 55 93 49 2A 0 32 2A 6E 22 2B
Octal 125 223 111 52 0 62 52 156 42 53
Binary 1010101 10010011 1001001 101010 0 110010 101010 1101110 100010 101011

Color Harmonies of #559349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559349

Black with #559349

Text Example


Text Example

White with #559349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559349; }

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

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

background-color css

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

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

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

border-color css

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

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

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