#53844F

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

Shades of Hippie Green #53844F

Tints of Hippie Green #53844F

Color information

#53844F (or 0x53844F) is unknown color: approx Hippie Green. HEX triplet: 53, 84 and 4F. RGB value is (83,132,79). Sum of RGB (Red+Green+Blue) = 83+132+79=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #53844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53844F is #AC7BB0. Grayscale: #6F6F6F. Windows color (decimal): -11303857 or 5211219. OLE color: 5211219.

HSL color Cylindrical-coordinate representation of color #53844F: hue angle of 115.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53844F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB8313279-
CMYK0.3700.400.48
HSL115.47º25.12%41.37%-
HSV(B)115.47º40.15%51.76%-
XYZ13.2318.9110.35-
YUV111.31109.77107.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=28.23%
G=44.90%
B=26.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132790.3700.400.48115.4725.1241.37
Hex53844F2502830731929
Octal12320411745050601633151
Binary10100111000010010011111001010101000110000111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53844F; }

 p { color: rgb(83,132,79); }

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

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

 a { background-color: rgb(83,132,79); }

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

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

 span { border-color: rgb(83,132,79); }

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