Html Css Color HEX #55894E Hippie Green

📋 copy color: '#55894E'

red 85 ◦ green 137 ◦ blue 78

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

Shades of Hippie Green #55894E

Tints of Hippie Green #55894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 78 (30.86% from 255) = 26%

R = 28.33%
G = 45.67%
B = 26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#55894E (or 0x55894E) is known color: Hippie Green. HEX triplet: 55, 89 and 4E. RGB value is (85,137,78). Sum of RGB (Red+Green+Blue) = 85+137+78=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #55894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55894E is #AA76B1. Grayscale: #727272. Windows color (decimal): -11171506 or 5146965. OLE color: 5146965.

HSL color Cylindrical-coordinate representation of color #55894E: hue angle of 112.88º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55894E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 78 -
CMYK 0.38 0 0.43 0.46
HSL 112.88º 0.27% 0.42% -
HSV(B) 112.88º 0.43% 0.54% -
XYZ 14.07 20.37 10.4 -
YUV 114.73 107.27 106.8 -
System Red Green Blue C M Y K H S L
Decimal 85 137 78 0.38 0 0.43 0.46 112.88 0.27 0.42
Hex 55 89 4E 26 0 2B 2E 71 1B 2A
Octal 125 211 116 46 0 53 56 161 33 52
Binary 1010101 10001001 1001110 100110 0 101011 101110 1110001 11011 101010

Color Harmonies of #55894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55894E

Black with #55894E

Text Example


Text Example

White with #55894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55894E; }

 p { color: rgb(85,137,78); }

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

background-color css

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

 a { background-color: rgb(85,137,78); }

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

border-color css

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

 span { border-color: rgb(85,137,78); }

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