#549649

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

Shades of Hippie Green #549649

Tints of Hippie Green #549649

Color information

#549649 (or 0x549649) is unknown color: approx Hippie Green. HEX triplet: 54, 96 and 49. RGB value is (84,150,73). Sum of RGB (Red+Green+Blue) = 84+150+73=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #549649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549649 is #AB69B6. Grayscale: #797979. Windows color (decimal): -11233719 or 4822612. OLE color: 4822612.

HSL color Cylindrical-coordinate representation of color #549649: hue angle of 111.43º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549649 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB8415073-
CMYK0.4400.510.41
HSL111.43º34.53%43.73%-
HSV(B)111.43º51.33%58.82%-
XYZ15.7724.1810.14-
YUV121.49100.63101.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=27.36%
G=48.86%
B=23.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150730.4400.510.41111.4334.5343.73
Hex5496492C033296f232c
Octal12422611154063511574354
Binary101010010010110100100110110001100111010011101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549649; }

 p { color: rgb(84,150,73); }

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

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

 a { background-color: rgb(84,150,73); }

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

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

 span { border-color: rgb(84,150,73); }

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