#546C0F

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

Shades of Fiji Green #546C0F

Tints of Fiji Green #546C0F

Color information

#546C0F (or 0x546C0F) is unknown color: approx Fiji Green. HEX triplet: 54, 6C and 0F. RGB value is (84,108,15). Sum of RGB (Red+Green+Blue) = 84+108+15=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #546C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546C0F is #AB93F0. Grayscale: #5A5A5A. Windows color (decimal): -11244529 or 1010772. OLE color: 1010772.

HSL color Cylindrical-coordinate representation of color #546C0F: hue angle of 75.48º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #546C0F is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB8410815-
CMYK0.2200.860.58
HSL75.48º75.61%24.12%-
HSV(B)75.48º86.11%42.35%-
XYZ9.112.642.41-
YUV90.2285.55123.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=40.58%
G=52.17%
B=7.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108150.2200.860.5875.4875.6124.12
Hex546CF160563A4b4c18
Octal124154172601267211311430
Binary10101001101100111110110010101101110101001011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546C0F; }

 p { color: rgb(84,108,15); }

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

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

 a { background-color: rgb(84,108,15); }

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

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

 span { border-color: rgb(84,108,15); }

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