#556810

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

Shades of Fiji Green #556810

Tints of Fiji Green #556810

Color information

#556810 (or 0x556810) is unknown color: approx Fiji Green. HEX triplet: 55, 68 and 10. RGB value is (85,104,16). Sum of RGB (Red+Green+Blue) = 85+104+16=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #556810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556810 is #AA97EF. Grayscale: #585858. Windows color (decimal): -11180016 or 1075285. OLE color: 1075285.

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

Color convert

RGB8510416-
CMYK0.1800.850.59
HSL72.95º73.33%23.53%-
HSV(B)72.95º84.62%40.78%-
XYZ8.7911.872.32-
YUV88.2987.21125.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=41.46%
G=50.73%
B=7.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104160.1800.850.5972.9573.3323.53
Hex556810120553B494918
Octal125150202201257311111130
Binary101010111010001000010010010101011110111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556810; }

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

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

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

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

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

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

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

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