#556A19

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

Shades of Fiji Green #556A19

Tints of Fiji Green #556A19

Color information

#556A19 (or 0x556A19) is unknown color: approx Fiji Green. HEX triplet: 55, 6A and 19. RGB value is (85,106,25). Sum of RGB (Red+Green+Blue) = 85+106+25=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #556A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556A19 is #AA95E6. Grayscale: #5A5A5A. Windows color (decimal): -11179495 or 1665621. OLE color: 1665621.

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

Color convert

RGB8510625-
CMYK0.2000.760.58
HSL75.56º61.83%25.69%-
HSV(B)75.56º76.42%41.57%-
XYZ9.0812.312.82-
YUV90.4991.04124.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 106 (41.80% from 255) = 49.07%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=39.35%
G=49.07%
B=11.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106250.2000.760.5875.5661.8325.69
Hex556A191404C3A4c3e1a
Octal12515231240114721147632
Binary10101011101010110011010001001100111010100110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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