#54914E

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

Shades of Hippie Green #54914E

Tints of Hippie Green #54914E

Color information

#54914E (or 0x54914E) is unknown color: approx Hippie Green. HEX triplet: 54, 91 and 4E. RGB value is (84,145,78). Sum of RGB (Red+Green+Blue) = 84+145+78=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #54914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54914E is #AB6EB1. Grayscale: #777777. Windows color (decimal): -11234994 or 5149012. OLE color: 5149012.

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

Color convert

RGB8414578-
CMYK0.4200.460.43
HSL114.63º30.04%43.73%-
HSV(B)114.63º46.21%56.86%-
XYZ15.1622.6910.79-
YUV119.12104.79102.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=27.36%
G=47.23%
B=25.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145780.4200.460.43114.6330.0443.73
Hex54914E2A02E2B731e2c
Octal12422111652056531633654
Binary10101001001000110011101010100101110101011111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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