#556A17

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

Shades of Fiji Green #556A17

Tints of Fiji Green #556A17

Color information

#556A17 (or 0x556A17) is unknown color: approx Fiji Green. HEX triplet: 55, 6A and 17. RGB value is (85,106,23). Sum of RGB (Red+Green+Blue) = 85+106+23=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #556A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556A17 is #AA95E8. Grayscale: #5A5A5A. Windows color (decimal): -11179497 or 1534549. OLE color: 1534549.

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

Color convert

RGB8510623-
CMYK0.2000.780.58
HSL75.18º64.34%25.29%-
HSV(B)75.18º78.3%41.57%-
XYZ9.0612.32.71-
YUV90.2690.04124.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 106 (41.80% from 255) = 49.53%
BLUE value IS 23 (9.38% from 255) = 10.75%
R=39.72%
G=49.53%
B=10.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106230.2000.780.5875.1864.3425.29
Hex556A171404E3A4b4019
Octal125152272401167211310031
Binary101010111010101011110100010011101110101001011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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