Html Css Color HEX #559354 Hippie Green

📋 copy color: '#559354'

red 85 ◦ green 147 ◦ blue 84

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

Shades of Hippie Green #559354

Tints of Hippie Green #559354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 26.9%
G = 46.52%
B = 26.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#559354 (or 0x559354) is known color: Hippie Green. HEX triplet: 55, 93 and 54. RGB value is (85,147,84). Sum of RGB (Red+Green+Blue) = 85+147+84=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #559354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559354 is #AA6CAB. Grayscale: #797979. Windows color (decimal): -11168940 or 5542741. OLE color: 5542741.

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

Color convert

RGB 85 147 84 -
CMYK 0.42 0 0.43 0.42
HSL 119.05º 0.27% 0.45% -
HSV(B) 119.05º 0.43% 0.58% -
XYZ 15.78 23.44 12.08 -
YUV 121.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 85 147 84 0.42 0 0.43 0.42 119.05 0.27 0.45
Hex 55 93 54 2A 0 2B 2A 77 1B 2D
Octal 125 223 124 52 0 53 52 167 33 55
Binary 1010101 10010011 1010100 101010 0 101011 101010 1110111 11011 101101

Color Harmonies of #559354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559354

Black with #559354

Text Example


Text Example

White with #559354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559354; }

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

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

background-color css

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

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

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

border-color css

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

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

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