Html Css Color HEX #558155 Hippie Green

📋 copy color: '#558155'

red 85 ◦ green 129 ◦ blue 85

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

Shades of Hippie Green #558155

Tints of Hippie Green #558155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 28.43%
G = 43.14%
B = 28.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#558155 (or 0x558155) is known color: Hippie Green. HEX triplet: 55, 81 and 55. RGB value is (85,129,85). Sum of RGB (Red+Green+Blue) = 85+129+85=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #558155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558155 is #AA7EAA. Grayscale: #6E6E6E. Windows color (decimal): -11173547 or 5603669. OLE color: 5603669.

HSL color Cylindrical-coordinate representation of color #558155: hue angle of 120º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558155 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 85 -
CMYK 0.34 0 0.34 0.49
HSL 120º 0.21% 0.42% -
HSV(B) 120º 0.34% 0.51% -
XYZ 13.24 18.29 11.43 -
YUV 110.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 85 129 85 0.34 0 0.34 0.49 120 0.21 0.42
Hex 55 81 55 22 0 22 31 78 15 2A
Octal 125 201 125 42 0 42 61 170 25 52
Binary 1010101 10000001 1010101 100010 0 100010 110001 1111000 10101 101010

Color Harmonies of #558155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558155

Black with #558155

Text Example


Text Example

White with #558155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558155; }

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

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

background-color css

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

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

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

border-color css

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

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

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