#546714

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

Shades of Fiji Green #546714

Tints of Fiji Green #546714

Color information

#546714 (or 0x546714) is unknown color: approx Fiji Green. HEX triplet: 54, 67 and 14. RGB value is (84,103,20). Sum of RGB (Red+Green+Blue) = 84+103+20=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #546714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546714 is #AB98EB. Grayscale: #585858. Windows color (decimal): -11245804 or 1337172. OLE color: 1337172.

HSL color Cylindrical-coordinate representation of color #546714: hue angle of 73.73º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #546714 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB8410320-
CMYK0.1800.810.60
HSL73.73º67.48%24.12%-
HSV(B)73.73º80.58%40.39%-
XYZ8.6311.642.45-
YUV87.8689.71125.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 103 (40.62% from 255) = 49.76%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=40.58%
G=49.76%
B=9.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103200.1800.810.6073.7367.4824.12
Hex546714120513C4a4318
Octal124147242201217411210330
Binary101010011001111010010010010100011111001001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546714; }

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

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

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

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

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

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

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

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