#54854E

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

Shades of Hippie Green #54854E

Tints of Hippie Green #54854E

Color information

#54854E (or 0x54854E) is unknown color: approx Hippie Green. HEX triplet: 54, 85 and 4E. RGB value is (84,133,78). Sum of RGB (Red+Green+Blue) = 84+133+78=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #54854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54854E is #AB7AB1. Grayscale: #707070. Windows color (decimal): -11238066 or 5145940. OLE color: 5145940.

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

Color convert

RGB8413378-
CMYK0.3700.410.48
HSL113.45º26.07%41.37%-
HSV(B)113.45º41.35%52.16%-
XYZ13.4219.2110.21-
YUV112.08108.77107.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=28.47%
G=45.08%
B=26.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84133780.3700.410.48113.4526.0741.37
Hex54854E2502930711a29
Octal12420511645051601613251
Binary10101001000010110011101001010101001110000111000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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