#548852

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

Shades of Hippie Green #548852

Tints of Hippie Green #548852

Color information

#548852 (or 0x548852) is unknown color: approx Hippie Green. HEX triplet: 54, 88 and 52. RGB value is (84,136,82). Sum of RGB (Red+Green+Blue) = 84+136+82=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #548852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548852 is #AB77AD. Grayscale: #727272. Windows color (decimal): -11237294 or 5408852. OLE color: 5408852.

HSL color Cylindrical-coordinate representation of color #548852: hue angle of 117.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548852 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB8413682-
CMYK0.3800.400.47
HSL117.78º24.77%42.75%-
HSV(B)117.78º39.71%53.33%-
XYZ13.9820.111.13-
YUV114.3109.77106.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=27.81%
G=45.03%
B=27.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84136820.3800.400.47117.7824.7742.75
Hex548852260282F76192b
Octal12421012246050571663153
Binary10101001000100010100101001100101000101111111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548852; }

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

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

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

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

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

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

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

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