#54864E

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

Shades of Hippie Green #54864E

Tints of Hippie Green #54864E

Color information

#54864E (or 0x54864E) is unknown color: approx Hippie Green. HEX triplet: 54, 86 and 4E. RGB value is (84,134,78). Sum of RGB (Red+Green+Blue) = 84+134+78=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #54864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54864E is #AB79B1. Grayscale: #707070. Windows color (decimal): -11237810 or 5146196. OLE color: 5146196.

HSL color Cylindrical-coordinate representation of color #54864E: hue angle of 113.57º 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 #54864E is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB8413478-
CMYK0.3700.420.47
HSL113.57º26.42%41.57%-
HSV(B)113.57º41.79%52.55%-
XYZ13.5619.4910.25-
YUV112.67108.44107.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=28.38%
G=45.27%
B=26.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84134780.3700.420.47113.5726.4241.57
Hex54864E2502A2F721a2a
Octal12420611645052571623252
Binary10101001000011010011101001010101010101111111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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