#556C11

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

Shades of Fiji Green #556C11

Tints of Fiji Green #556C11

Color information

#556C11 (or 0x556C11) is unknown color: approx Fiji Green. HEX triplet: 55, 6C and 11. RGB value is (85,108,17). Sum of RGB (Red+Green+Blue) = 85+108+17=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #556C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C11 is #AA93EE. Grayscale: #5B5B5B. Windows color (decimal): -11178991 or 1141845. OLE color: 1141845.

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

Color convert

RGB8510817-
CMYK0.2100.840.58
HSL75.16º72.8%24.51%-
HSV(B)75.16º84.26%42.35%-
XYZ9.2112.72.5-
YUV90.7586.38123.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 17 (7.03% from 255) = 8.10%
R=40.48%
G=51.43%
B=8.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108170.2100.840.5875.1672.824.51
Hex556C11150543A4b4919
Octal125154212501247211311131
Binary101010111011001000110101010101001110101001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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