#54914C

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

Shades of Hippie Green #54914C

Tints of Hippie Green #54914C

Color information

#54914C (or 0x54914C) is unknown color: approx Hippie Green. HEX triplet: 54, 91 and 4C. RGB value is (84,145,76). Sum of RGB (Red+Green+Blue) = 84+145+76=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #54914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54914C is #AB6EB3. Grayscale: #777777. Windows color (decimal): -11234996 or 5017940. OLE color: 5017940.

HSL color Cylindrical-coordinate representation of color #54914C: hue angle of 113.04º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54914C is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB8414576-
CMYK0.4200.480.43
HSL113.04º31.22%43.33%-
HSV(B)113.04º47.59%56.86%-
XYZ15.0922.6610.42-
YUV118.9103.79103.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=27.54%
G=47.54%
B=24.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145760.4200.480.43113.0431.2243.33
Hex54914C2A0302B711f2b
Octal12422111452060531613753
Binary10101001001000110011001010100110000101011111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,145,76); }

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

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

 a { background-color: rgb(84,145,76); }

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

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

 span { border-color: rgb(84,145,76); }

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