#546A12

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

Shades of Fiji Green #546A12

Tints of Fiji Green #546A12

Color information

#546A12 (or 0x546A12) is unknown color: approx Fiji Green. HEX triplet: 54, 6A and 12. RGB value is (84,106,18). Sum of RGB (Red+Green+Blue) = 84+106+18=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #546A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546A12 is #AB95ED. Grayscale: #595959. Windows color (decimal): -11245038 or 1206868. OLE color: 1206868.

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

Color convert

RGB8410618-
CMYK0.2100.830.58
HSL75º70.97%24.31%-
HSV(B)75º83.02%41.57%-
XYZ8.9212.242.46-
YUV89.3987.71124.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 106 (41.80% from 255) = 50.96%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=40.38%
G=50.96%
B=8.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84106180.2100.830.587570.9724.31
Hex546A12150533A4b4718
Octal124152222501237211310730
Binary101010011010101001010101010100111110101001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,106,18); }

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

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

 a { background-color: rgb(84,106,18); }

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

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

 span { border-color: rgb(84,106,18); }

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