Html Css Color HEX #55954C Hippie Green

📋 copy color: '#55954C'

red 85 ◦ green 149 ◦ blue 76

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

Shades of Hippie Green #55954C

Tints of Hippie Green #55954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 27.42%
G = 48.06%
B = 24.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#55954C (or 0x55954C) is known color: Hippie Green. HEX triplet: 55, 95 and 4C. RGB value is (85,149,76). Sum of RGB (Red+Green+Blue) = 85+149+76=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #55954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55954C is #AA6AB3. Grayscale: #797979. Windows color (decimal): -11168436 or 5018965. OLE color: 5018965.

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

Color convert

RGB 85 149 76 -
CMYK 0.43 0 0.49 0.42
HSL 112.6º 0.32% 0.44% -
HSV(B) 112.6º 0.49% 0.58% -
XYZ 15.8 23.95 10.63 -
YUV 121.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 85 149 76 0.43 0 0.49 0.42 112.6 0.32 0.44
Hex 55 95 4C 2B 0 31 2A 71 20 2C
Octal 125 225 114 53 0 61 52 161 40 54
Binary 1010101 10010101 1001100 101011 0 110001 101010 1110001 100000 101100

Color Harmonies of #55954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55954C

Black with #55954C

Text Example


Text Example

White with #55954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55954C; }

 p { color: rgb(85,149,76); }

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

background-color css

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

 a { background-color: rgb(85,149,76); }

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

border-color css

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

 span { border-color: rgb(85,149,76); }

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