#548552

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

Shades of Hippie Green #548552

Tints of Hippie Green #548552

Color information

#548552 (or 0x548552) is unknown color: approx Hippie Green. HEX triplet: 54, 85 and 52. RGB value is (84,133,82). Sum of RGB (Red+Green+Blue) = 84+133+82=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #548552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548552 is #AB7AAD. Grayscale: #707070. Windows color (decimal): -11238062 or 5408084. OLE color: 5408084.

HSL color Cylindrical-coordinate representation of color #548552: hue angle of 117.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548552 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB8413382-
CMYK0.3700.380.48
HSL117.65º23.72%42.16%-
HSV(B)117.65º38.35%52.16%-
XYZ13.5719.2710.99-
YUV112.54110.77107.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=28.09%
G=44.48%
B=27.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84133820.3700.380.48117.6523.7242.16
Hex548552250263076182a
Octal12420512245046601663052
Binary10101001000010110100101001010100110110000111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548552; }

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

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

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

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

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

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

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

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