#548052

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

Shades of Hippie Green #548052

Tints of Hippie Green #548052

Color information

#548052 (or 0x548052) is unknown color: approx Hippie Green. HEX triplet: 54, 80 and 52. RGB value is (84,128,82). Sum of RGB (Red+Green+Blue) = 84+128+82=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #548052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548052 is #AB7FAD. Grayscale: #6D6D6D. Windows color (decimal): -11239342 or 5406804. OLE color: 5406804.

HSL color Cylindrical-coordinate representation of color #548052: hue angle of 117.39º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548052 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB8412882-
CMYK0.3400.360.50
HSL117.39º21.9%41.18%-
HSV(B)117.39º35.94%50.2%-
XYZ12.917.9310.76-
YUV109.6112.42109.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=28.57%
G=43.54%
B=27.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84128820.3400.360.50117.3921.941.18
Hex5480522202432751629
Octal12420012242044621652651
Binary10101001000000010100101000100100100110010111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548052; }

 p { color: rgb(84,128,82); }

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

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

 a { background-color: rgb(84,128,82); }

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

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

 span { border-color: rgb(84,128,82); }

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