Html Css Color HEX #558550 Hippie Green

📋 copy color: '#558550'

red 85 ◦ green 133 ◦ blue 80

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

Shades of Hippie Green #558550

Tints of Hippie Green #558550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 28.52%
G = 44.63%
B = 26.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#558550 (or 0x558550) is known color: Hippie Green. HEX triplet: 55, 85 and 50. RGB value is (85,133,80). Sum of RGB (Red+Green+Blue) = 85+133+80=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #558550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558550 is #AA7AAF. Grayscale: #707070. Windows color (decimal): -11172528 or 5277013. OLE color: 5277013.

HSL color Cylindrical-coordinate representation of color #558550: hue angle of 114.34º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558550 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 80 -
CMYK 0.36 0 0.40 0.48
HSL 114.34º 0.25% 0.42% -
HSV(B) 114.34º 0.4% 0.52% -
XYZ 13.58 19.29 10.6 -
YUV 112.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 85 133 80 0.36 0 0.40 0.48 114.34 0.25 0.42
Hex 55 85 50 24 0 28 30 72 19 2A
Octal 125 205 120 44 0 50 60 162 31 52
Binary 1010101 10000101 1010000 100100 0 101000 110000 1110010 11001 101010

Color Harmonies of #558550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558550

Black with #558550

Text Example


Text Example

White with #558550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558550; }

 p { color: rgb(85,133,80); }

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

background-color css

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

 a { background-color: rgb(85,133,80); }

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

border-color css

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

 span { border-color: rgb(85,133,80); }

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