Html Css Color HEX #559155 Hippie Green

📋 copy color: '#559155'

red 85 ◦ green 145 ◦ blue 85

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

Shades of Hippie Green #559155

Tints of Hippie Green #559155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 26.98%
G = 46.03%
B = 26.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#559155 (or 0x559155) is known color: Hippie Green. HEX triplet: 55, 91 and 55. RGB value is (85,145,85). Sum of RGB (Red+Green+Blue) = 85+145+85=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #559155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559155 is #AA6EAA. Grayscale: #787878. Windows color (decimal): -11169451 or 5607765. OLE color: 5607765.

HSL color Cylindrical-coordinate representation of color #559155: hue angle of 120º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559155 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 85 -
CMYK 0.41 0 0.41 0.43
HSL 120º 0.26% 0.45% -
HSV(B) 120º 0.41% 0.57% -
XYZ 15.51 22.84 12.18 -
YUV 120.22 108.12 102.88 -
System Red Green Blue C M Y K H S L
Decimal 85 145 85 0.41 0 0.41 0.43 120 0.26 0.45
Hex 55 91 55 29 0 29 2B 78 1A 2D
Octal 125 221 125 51 0 51 53 170 32 55
Binary 1010101 10010001 1010101 101001 0 101001 101011 1111000 11010 101101

Color Harmonies of #559155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559155

Black with #559155

Text Example


Text Example

White with #559155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559155; }

 p { color: rgb(85,145,85); }

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

background-color css

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

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

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

border-color css

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

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

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