#556E17

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

Shades of Fiji Green #556E17

Tints of Fiji Green #556E17

Color information

#556E17 (or 0x556E17) is unknown color: approx Fiji Green. HEX triplet: 55, 6E and 17. RGB value is (85,110,23). Sum of RGB (Red+Green+Blue) = 85+110+23=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #556E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556E17 is #AA91E8. Grayscale: #5C5C5C. Windows color (decimal): -11178473 or 1535573. OLE color: 1535573.

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

Color convert

RGB8511023-
CMYK0.2300.790.57
HSL77.24º65.41%26.08%-
HSV(B)77.24º79.09%43.14%-
XYZ9.4813.152.85-
YUV92.6188.72122.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 110 (43.36% from 255) = 50.46%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=38.99%
G=50.46%
B=10.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110230.2300.790.5777.2465.4126.08
Hex556E171704F394d411a
Octal125156272701177111510132
Binary101010111011101011110111010011111110011001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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