#556E10

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

Shades of Fiji Green #556E10

Tints of Fiji Green #556E10

Color information

#556E10 (or 0x556E10) is unknown color: approx Fiji Green. HEX triplet: 55, 6E and 10. RGB value is (85,110,16). Sum of RGB (Red+Green+Blue) = 85+110+16=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #556E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556E10 is #AA91EF. Grayscale: #5C5C5C. Windows color (decimal): -11178480 or 1076821. OLE color: 1076821.

HSL color Cylindrical-coordinate representation of color #556E10: hue angle of 75.96º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #556E10 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB8511016-
CMYK0.2300.850.57
HSL75.96º74.6%24.71%-
HSV(B)75.96º85.45%43.14%-
XYZ9.4213.122.53-
YUV91.8185.22123.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=40.28%
G=52.13%
B=7.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110160.2300.850.5775.9674.624.71
Hex556E1017055394c4b19
Octal125156202701257111411331
Binary101010111011101000010111010101011110011001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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