#53874C

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

Shades of Hippie Green #53874C

Tints of Hippie Green #53874C

Color information

#53874C (or 0x53874C) is unknown color: approx Hippie Green. HEX triplet: 53, 87 and 4C. RGB value is (83,135,76). Sum of RGB (Red+Green+Blue) = 83+135+76=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #53874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53874C is #AC78B3. Grayscale: #707070. Windows color (decimal): -11303092 or 5015379. OLE color: 5015379.

HSL color Cylindrical-coordinate representation of color #53874C: hue angle of 112.88º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53874C is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB8313576-
CMYK0.3900.440.47
HSL112.88º27.96%41.37%-
HSV(B)112.88º43.7%52.94%-
XYZ13.5419.699.92-
YUV112.73107.27106.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=28.23%
G=45.92%
B=25.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135760.3900.440.47112.8827.9641.37
Hex53874C2702C2F711c29
Octal12320711447054571613451
Binary10100111000011110011001001110101100101111111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53874C; }

 p { color: rgb(83,135,76); }

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

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

 a { background-color: rgb(83,135,76); }

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

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

 span { border-color: rgb(83,135,76); }

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