Html Css Color HEX #55884F Hippie Green

📋 copy color: '#55884F'

red 85 ◦ green 136 ◦ blue 79

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

Shades of Hippie Green #55884F

Tints of Hippie Green #55884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 28.33%
G = 45.33%
B = 26.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#55884F (or 0x55884F) is known color: Hippie Green. HEX triplet: 55, 88 and 4F. RGB value is (85,136,79). Sum of RGB (Red+Green+Blue) = 85+136+79=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #55884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55884F is #AA77B0. Grayscale: #727272. Windows color (decimal): -11171761 or 5212245. OLE color: 5212245.

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

Color convert

RGB 85 136 79 -
CMYK 0.38 0 0.42 0.47
HSL 113.68º 0.27% 0.42% -
HSV(B) 113.68º 0.42% 0.53% -
XYZ 13.96 20.1 10.54 -
YUV 114.25 108.1 107.13 -
System Red Green Blue C M Y K H S L
Decimal 85 136 79 0.38 0 0.42 0.47 113.68 0.27 0.42
Hex 55 88 4F 26 0 2A 2F 72 1B 2A
Octal 125 210 117 46 0 52 57 162 33 52
Binary 1010101 10001000 1001111 100110 0 101010 101111 1110010 11011 101010

Color Harmonies of #55884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55884F

Black with #55884F

Text Example


Text Example

White with #55884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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