Html Css Color HEX #559449 Hippie Green

📋 copy color: '#559449'

red 85 ◦ green 148 ◦ blue 73

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

Shades of Hippie Green #559449

Tints of Hippie Green #559449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.37%

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

R = 27.78%
G = 48.37%
B = 23.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#559449 (or 0x559449) is known color: Hippie Green. HEX triplet: 55, 94 and 49. RGB value is (85,148,73). Sum of RGB (Red+Green+Blue) = 85+148+73=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #559449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559449 is #AA6BB6. Grayscale: #787878. Windows color (decimal): -11168695 or 4822101. OLE color: 4822101.

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

Color convert

RGB 85 148 73 -
CMYK 0.43 0 0.51 0.42
HSL 110.4º 0.34% 0.43% -
HSV(B) 110.4º 0.51% 0.58% -
XYZ 15.54 23.59 10.04 -
YUV 120.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 85 148 73 0.43 0 0.51 0.42 110.4 0.34 0.43
Hex 55 94 49 2B 0 33 2A 6E 22 2B
Octal 125 224 111 53 0 63 52 156 42 53
Binary 1010101 10010100 1001001 101011 0 110011 101010 1101110 100010 101011

Color Harmonies of #559449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559449

Black with #559449

Text Example


Text Example

White with #559449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559449; }

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

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

background-color css

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

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

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

border-color css

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

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

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