#556B16

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

Shades of Fiji Green #556B16

Tints of Fiji Green #556B16

Color information

#556B16 (or 0x556B16) is unknown color: approx Fiji Green. HEX triplet: 55, 6B and 16. RGB value is (85,107,22). Sum of RGB (Red+Green+Blue) = 85+107+22=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #556B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556B16 is #AA94E9. Grayscale: #5B5B5B. Windows color (decimal): -11179242 or 1469269. OLE color: 1469269.

HSL color Cylindrical-coordinate representation of color #556B16: hue angle of 75.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #556B16 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB8510722-
CMYK0.2100.790.58
HSL75.53º65.89%25.29%-
HSV(B)75.53º79.44%41.96%-
XYZ9.1512.52.69-
YUV90.7389.21123.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=39.72%
G=50%
B=10.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107220.2100.790.5875.5365.8925.29
Hex556B161504F3A4c4219
Octal125153262501177211410231
Binary101010111010111011010101010011111110101001100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B16; }

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

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

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

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

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

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

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

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