#548352

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

Shades of Hippie Green #548352

Tints of Hippie Green #548352

Color information

#548352 (or 0x548352) is unknown color: approx Hippie Green. HEX triplet: 54, 83 and 52. RGB value is (84,131,82). Sum of RGB (Red+Green+Blue) = 84+131+82=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #548352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548352 is #AB7CAD. Grayscale: #6F6F6F. Windows color (decimal): -11238574 or 5407572. OLE color: 5407572.

HSL color Cylindrical-coordinate representation of color #548352: hue angle of 117.55º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548352 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB8413182-
CMYK0.3600.370.49
HSL117.55º23%41.76%-
HSV(B)117.55º37.4%51.37%-
XYZ13.318.7310.9-
YUV111.36111.43108.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=28.28%
G=44.11%
B=27.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84131820.3600.370.49117.552341.76
Hex548352240253176172a
Octal12420312244045611662752
Binary10101001000001110100101001000100101110001111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548352; }

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

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

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

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

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

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

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

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