Html Css Color HEX #55874F Hippie Green

📋 copy color: '#55874F'

red 85 ◦ green 135 ◦ blue 79

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

Shades of Hippie Green #55874F

Tints of Hippie Green #55874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

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

R = 28.43%
G = 45.15%
B = 26.42%

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

#55874F (or 0x55874F) is known color: Hippie Green. HEX triplet: 55, 87 and 4F. RGB value is (85,135,79). Sum of RGB (Red+Green+Blue) = 85+135+79=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #55874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55874F is #AA78B0. Grayscale: #717171. Windows color (decimal): -11172017 or 5211989. OLE color: 5211989.

HSL color Cylindrical-coordinate representation of color #55874F: hue angle of 113.57º 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 #55874F is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 135 79 -
CMYK 0.37 0 0.41 0.47
HSL 113.57º 0.26% 0.42% -
HSV(B) 113.57º 0.41% 0.53% -
XYZ 13.82 19.82 10.5 -
YUV 113.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 85 135 79 0.37 0 0.41 0.47 113.57 0.26 0.42
Hex 55 87 4F 25 0 29 2F 72 1A 2A
Octal 125 207 117 45 0 51 57 162 32 52
Binary 1010101 10000111 1001111 100101 0 101001 101111 1110010 11010 101010

Color Harmonies of #55874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55874F

Black with #55874F

Text Example


Text Example

White with #55874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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