#53864F

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

Shades of Hippie Green #53864F

Tints of Hippie Green #53864F

Color information

#53864F (or 0x53864F) is unknown color: approx Hippie Green. HEX triplet: 53, 86 and 4F. RGB value is (83,134,79). Sum of RGB (Red+Green+Blue) = 83+134+79=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #53864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53864F is #AC79B0. Grayscale: #707070. Windows color (decimal): -11303345 or 5211731. OLE color: 5211731.

HSL color Cylindrical-coordinate representation of color #53864F: hue angle of 115.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53864F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB8313479-
CMYK0.3800.410.47
HSL115.64º25.82%41.76%-
HSV(B)115.64º41.04%52.55%-
XYZ13.519.4510.44-
YUV112.48109.1106.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=28.04%
G=45.27%
B=26.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134790.3800.410.47115.6425.8241.76
Hex53864F260292F741a2a
Octal12320611746051571643252
Binary10100111000011010011111001100101001101111111010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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