Html Css Color HEX #559348 Hippie Green

📋 copy color: '#559348'

red 85 ◦ green 147 ◦ blue 72

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

Shades of Hippie Green #559348

Tints of Hippie Green #559348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.36%

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

R = 27.96%
G = 48.36%
B = 23.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#559348 (or 0x559348) is known color: Hippie Green. HEX triplet: 55, 93 and 48. RGB value is (85,147,72). Sum of RGB (Red+Green+Blue) = 85+147+72=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #559348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559348 is #AA6CB7. Grayscale: #787878. Windows color (decimal): -11168952 or 4756309. OLE color: 4756309.

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

Color convert

RGB 85 147 72 -
CMYK 0.42 0 0.51 0.42
HSL 109.6º 0.34% 0.43% -
HSV(B) 109.6º 0.51% 0.58% -
XYZ 15.35 23.27 9.81 -
YUV 119.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 85 147 72 0.42 0 0.51 0.42 109.6 0.34 0.43
Hex 55 93 48 2A 0 33 2A 6E 22 2B
Octal 125 223 110 52 0 63 52 156 42 53
Binary 1010101 10010011 1001000 101010 0 110011 101010 1101110 100010 101011

Color Harmonies of #559348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559348

Black with #559348

Text Example


Text Example

White with #559348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559348; }

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

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

background-color css

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

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

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

border-color css

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

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

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