#546914

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

Shades of Fiji Green #546914

Tints of Fiji Green #546914

Color information

#546914 (or 0x546914) is unknown color: approx Fiji Green. HEX triplet: 54, 69 and 14. RGB value is (84,105,20). Sum of RGB (Red+Green+Blue) = 84+105+20=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #546914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546914 is #AB96EB. Grayscale: #595959. Windows color (decimal): -11245292 or 1337684. OLE color: 1337684.

HSL color Cylindrical-coordinate representation of color #546914: hue angle of 74.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #546914 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB8410520-
CMYK0.2000.810.59
HSL74.82º68%24.51%-
HSV(B)74.82º80.95%41.18%-
XYZ8.8312.042.52-
YUV89.0389.04124.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=40.19%
G=50.24%
B=9.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105200.2000.810.5974.826824.51
Hex546914140513B4b4419
Octal124151242401217311310431
Binary101010011010011010010100010100011110111001011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546914; }

 p { color: rgb(84,105,20); }

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

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

 a { background-color: rgb(84,105,20); }

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

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

 span { border-color: rgb(84,105,20); }

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