#53864E

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

Shades of Hippie Green #53864E

Tints of Hippie Green #53864E

Color information

#53864E (or 0x53864E) is unknown color: approx Hippie Green. HEX triplet: 53, 86 and 4E. RGB value is (83,134,78). Sum of RGB (Red+Green+Blue) = 83+134+78=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #53864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53864E is #AC79B1. Grayscale: #707070. Windows color (decimal): -11303346 or 5146195. OLE color: 5146195.

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

Color convert

RGB8313478-
CMYK0.3800.420.47
HSL114.64º26.42%41.57%-
HSV(B)114.64º41.79%52.55%-
XYZ13.4719.4410.25-
YUV112.37108.6107.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=28.14%
G=45.42%
B=26.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134780.3800.420.47114.6426.4241.57
Hex53864E2602A2F731a2a
Octal12320611646052571633252
Binary10100111000011010011101001100101010101111111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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