#559254

Color #559254 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #559254

Tints of Hippie Green #559254

Color information

#559254 (or 0x559254) is unknown color: approx Hippie Green. HEX triplet: 55, 92 and 54. RGB value is (85,146,84). Sum of RGB (Red+Green+Blue) = 85+146+84=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #559254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559254 is #AA6DAB. Grayscale: #787878. Windows color (decimal): -11169196 or 5542485. OLE color: 5542485.

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

Color convert

RGB8514684-
CMYK0.4200.420.43
HSL119.03º26.96%45.1%-
HSV(B)119.03º42.47%57.25%-
XYZ15.6323.1312.03-
YUV120.69107.29102.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=26.98%
G=46.35%
B=26.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146840.4200.420.43119.0326.9645.1
Hex5592542A02A2B771b2d
Octal12522212452052531673355
Binary10101011001001010101001010100101010101011111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559254; }

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

 H1.HeaderClassName
 {
   color: #559254;
 }
 .AnyTagClassName
 {
   color: #559254;
 }
</style>
background-color css

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

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

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

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

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

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