#548B4F

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

Shades of Hippie Green #548B4F

Tints of Hippie Green #548B4F

Color information

#548B4F (or 0x548B4F) is unknown color: approx Hippie Green. HEX triplet: 54, 8B and 4F. RGB value is (84,139,79). Sum of RGB (Red+Green+Blue) = 84+139+79=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #548B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B4F is #AB74B0. Grayscale: #737373. Windows color (decimal): -11236529 or 5213012. OLE color: 5213012.

HSL color Cylindrical-coordinate representation of color #548B4F: hue angle of 115º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #548B4F is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB8413979-
CMYK0.4000.430.45
HSL115º27.52%42.75%-
HSV(B)115º43.17%54.51%-
XYZ14.320.9110.68-
YUV115.71107.28105.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=27.81%
G=46.03%
B=26.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84139790.4000.430.4511527.5242.75
Hex548B4F2802B2D731c2b
Octal12421311750053551633453
Binary10101001000101110011111010000101011101101111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548B4F; }

 p { color: rgb(84,139,79); }

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

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

 a { background-color: rgb(84,139,79); }

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

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

 span { border-color: rgb(84,139,79); }

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