#54894B

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

Shades of Hippie Green #54894B

Tints of Hippie Green #54894B

Color information

#54894B (or 0x54894B) is unknown color: approx Hippie Green. HEX triplet: 54, 89 and 4B. RGB value is (84,137,75). Sum of RGB (Red+Green+Blue) = 84+137+75=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #54894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54894B is #AB76B4. Grayscale: #727272. Windows color (decimal): -11237045 or 4950356. OLE color: 4950356.

HSL color Cylindrical-coordinate representation of color #54894B: hue angle of 111.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54894B is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB8413775-
CMYK0.3900.450.46
HSL111.29º29.25%41.57%-
HSV(B)111.29º45.26%53.73%-
XYZ13.8720.289.84-
YUV114.08105.94106.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=28.38%
G=46.28%
B=25.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84137750.3900.450.46111.2929.2541.57
Hex54894B2702D2E6f1d2a
Octal12421111347055561573552
Binary10101001000100110010111001110101101101110110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54894B; }

 p { color: rgb(84,137,75); }

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

<style>
 a { background-color: #54894B; }

 a { background-color: rgb(84,137,75); }

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

<style>
 span { border-color: #54894B; }

 span { border-color: rgb(84,137,75); }

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