#556811

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

Shades of Fiji Green #556811

Tints of Fiji Green #556811

Color information

#556811 (or 0x556811) is unknown color: approx Fiji Green. HEX triplet: 55, 68 and 11. RGB value is (85,104,17). Sum of RGB (Red+Green+Blue) = 85+104+17=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #556811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556811 is #AA97EE. Grayscale: #585858. Windows color (decimal): -11180015 or 1140821. OLE color: 1140821.

HSL color Cylindrical-coordinate representation of color #556811: hue angle of 73.1º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #556811 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB8510417-
CMYK0.1800.840.59
HSL73.1º71.9%23.73%-
HSV(B)73.1º83.65%40.78%-
XYZ8.811.872.36-
YUV88.487.71125.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=41.26%
G=50.49%
B=8.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104170.1800.840.5973.171.923.73
Hex556811120543B494818
Octal125150212201247311111030
Binary101010111010001000110010010101001110111001001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556811; }

 p { color: rgb(85,104,17); }

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

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

 a { background-color: rgb(85,104,17); }

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

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

 span { border-color: rgb(85,104,17); }

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