#549048

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

Shades of Hippie Green #549048

Tints of Hippie Green #549048

Color information

#549048 (or 0x549048) is unknown color: approx Hippie Green. HEX triplet: 54, 90 and 48. RGB value is (84,144,72). Sum of RGB (Red+Green+Blue) = 84+144+72=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #549048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549048 is #AB6FB7. Grayscale: #767676. Windows color (decimal): -11235256 or 4755540. OLE color: 4755540.

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

Color convert

RGB8414472-
CMYK0.4200.500.44
HSL110º33.33%42.35%-
HSV(B)110º50%56.47%-
XYZ14.822.39.66-
YUV117.85102.12103.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 72 (28.52% from 255) = 24%
R=28%
G=48%
B=24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144720.4200.500.4411033.3342.35
Hex5490482A0322C6e212a
Octal12422011052062541564152
Binary101010010010000100100010101001100101011001101110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549048; }

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

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

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

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

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

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

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

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