#556816

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

Shades of Fiji Green #556816

Tints of Fiji Green #556816

Color information

#556816 (or 0x556816) is unknown color: approx Fiji Green. HEX triplet: 55, 68 and 16. RGB value is (85,104,22). Sum of RGB (Red+Green+Blue) = 85+104+22=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #556816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556816 is #AA97E9. Grayscale: #595959. Windows color (decimal): -11180010 or 1468501. OLE color: 1468501.

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

Color convert

RGB8510422-
CMYK0.1800.790.59
HSL73.9º65.08%24.71%-
HSV(B)73.9º78.85%40.78%-
XYZ8.8411.892.59-
YUV88.9790.21125.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=40.28%
G=49.29%
B=10.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104220.1800.790.5973.965.0824.71
Hex5568161204F3B4a4119
Octal125150262201177311210131
Binary101010111010001011010010010011111110111001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556816; }

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

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

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

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

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

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

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

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