#546F00

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

Shades of Fiji Green #546F00

Tints of Fiji Green #546F00

Color information

#546F00 (or 0x546F00) is unknown color: approx Fiji Green. HEX triplet: 54, 6F and 00. RGB value is (84,111,0). Sum of RGB (Red+Green+Blue) = 84+111+0=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #546F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546F00 is #AB90FF. Grayscale: #5A5A5A. Windows color (decimal): -11243776 or 28500. OLE color: 28500.

HSL color Cylindrical-coordinate representation of color #546F00: hue angle of 74.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #546F00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB841110-
CMYK0.24010.56
HSL74.59º100%21.76%-
HSV(B)74.59º100%43.53%-
XYZ9.3413.252.07-
YUV90.2777.05123.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 111 (43.75% from 255) = 56.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.08%
G=56.92%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8411100.24010.5674.5910021.76
Hex546F018064384b6416
Octal12415703001447011314426
Binary10101001101111011000011001001110001001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,0); }

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

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

 a { background-color: rgb(84,111,0); }

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

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

 span { border-color: rgb(84,111,0); }

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