Html Css Color HEX #559148 Hippie Green

📋 copy color: '#559148'

red 85 ◦ green 145 ◦ blue 72

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

Shades of Hippie Green #559148

Tints of Hippie Green #559148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 28.15%
G = 48.01%
B = 23.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#559148 (or 0x559148) is known color: Hippie Green. HEX triplet: 55, 91 and 48. RGB value is (85,145,72). Sum of RGB (Red+Green+Blue) = 85+145+72=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #559148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559148 is #AA6EB7. Grayscale: #767676. Windows color (decimal): -11169464 or 4755797. OLE color: 4755797.

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

Color convert

RGB 85 145 72 -
CMYK 0.41 0 0.50 0.43
HSL 109.32º 0.34% 0.43% -
HSV(B) 109.32º 0.5% 0.57% -
XYZ 15.04 22.65 9.71 -
YUV 118.74 101.62 103.94 -
System Red Green Blue C M Y K H S L
Decimal 85 145 72 0.41 0 0.50 0.43 109.32 0.34 0.43
Hex 55 91 48 29 0 32 2B 6D 22 2B
Octal 125 221 110 51 0 62 53 155 42 53
Binary 1010101 10010001 1001000 101001 0 110010 101011 1101101 100010 101011

Color Harmonies of #559148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559148

Black with #559148

Text Example


Text Example

White with #559148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559148; }

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

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

background-color css

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

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

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

border-color css

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

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

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