#549051

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

Shades of Hippie Green #549051

Tints of Hippie Green #549051

Color information

#549051 (or 0x549051) is unknown color: approx Hippie Green. HEX triplet: 54, 90 and 51. RGB value is (84,144,81). Sum of RGB (Red+Green+Blue) = 84+144+81=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #549051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549051 is #AB6FAE. Grayscale: #777777. Windows color (decimal): -11235247 or 5345364. OLE color: 5345364.

HSL color Cylindrical-coordinate representation of color #549051: hue angle of 117.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549051 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB8414481-
CMYK0.4200.440.44
HSL117.14º28%44.12%-
HSV(B)117.14º43.75%56.47%-
XYZ15.1122.4311.32-
YUV118.88106.62103.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=27.18%
G=46.60%
B=26.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144810.4200.440.44117.142844.12
Hex5490512A02C2C751c2c
Octal12422012152054541653454
Binary10101001001000010100011010100101100101100111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549051; }

 p { color: rgb(84,144,81); }

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

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

 a { background-color: rgb(84,144,81); }

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

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

 span { border-color: rgb(84,144,81); }

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