Html Css Color HEX #55864F Hippie Green

📋 copy color: '#55864F'

red 85 ◦ green 134 ◦ blue 79

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

Shades of Hippie Green #55864F

Tints of Hippie Green #55864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 28.52%
G = 44.97%
B = 26.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#55864F (or 0x55864F) is known color: Hippie Green. HEX triplet: 55, 86 and 4F. RGB value is (85,134,79). Sum of RGB (Red+Green+Blue) = 85+134+79=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #55864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55864F is #AA79B0. Grayscale: #717171. Windows color (decimal): -11172273 or 5211733. OLE color: 5211733.

HSL color Cylindrical-coordinate representation of color #55864F: hue angle of 113.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55864F is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 79 -
CMYK 0.37 0 0.41 0.47
HSL 113.45º 0.26% 0.42% -
HSV(B) 113.45º 0.41% 0.53% -
XYZ 13.68 19.55 10.45 -
YUV 113.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 85 134 79 0.37 0 0.41 0.47 113.45 0.26 0.42
Hex 55 86 4F 25 0 29 2F 71 1A 2A
Octal 125 206 117 45 0 51 57 161 32 52
Binary 1010101 10000110 1001111 100101 0 101001 101111 1110001 11010 101010

Color Harmonies of #55864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55864F

Black with #55864F

Text Example


Text Example

White with #55864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55864F; }

 p { color: rgb(85,134,79); }

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

background-color css

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

 a { background-color: rgb(85,134,79); }

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

border-color css

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

 span { border-color: rgb(85,134,79); }

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