Html Css Color HEX #55944D Hippie Green

📋 copy color: '#55944D'

red 85 ◦ green 148 ◦ blue 77

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

Shades of Hippie Green #55944D

Tints of Hippie Green #55944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 27.42%
G = 47.74%
B = 24.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#55944D (or 0x55944D) is known color: Hippie Green. HEX triplet: 55, 94 and 4D. RGB value is (85,148,77). Sum of RGB (Red+Green+Blue) = 85+148+77=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #55944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55944D is #AA6BB2. Grayscale: #797979. Windows color (decimal): -11168691 or 5084245. OLE color: 5084245.

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

Color convert

RGB 85 148 77 -
CMYK 0.43 0 0.48 0.42
HSL 113.24º 0.32% 0.44% -
HSV(B) 113.24º 0.48% 0.58% -
XYZ 15.68 23.65 10.76 -
YUV 121.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 85 148 77 0.43 0 0.48 0.42 113.24 0.32 0.44
Hex 55 94 4D 2B 0 30 2A 71 20 2C
Octal 125 224 115 53 0 60 52 161 40 54
Binary 1010101 10010100 1001101 101011 0 110000 101010 1110001 100000 101100

Color Harmonies of #55944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55944D

Black with #55944D

Text Example


Text Example

White with #55944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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