#556A1C

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

Shades of Fiji Green #556A1C

Tints of Fiji Green #556A1C

Color information

#556A1C (or 0x556A1C) is unknown color: approx Fiji Green. HEX triplet: 55, 6A and 1C. RGB value is (85,106,28). Sum of RGB (Red+Green+Blue) = 85+106+28=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #556A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A1C is #AA95E3. Grayscale: #5B5B5B. Windows color (decimal): -11179492 or 1862229. OLE color: 1862229.

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

Color convert

RGB8510628-
CMYK0.2000.740.58
HSL76.15º58.21%26.27%-
HSV(B)76.15º73.58%41.57%-
XYZ9.1112.323-
YUV90.8392.54123.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=38.81%
G=48.40%
B=12.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106280.2000.740.5876.1558.2126.27
Hex556A1C1404A3A4c3a1a
Octal12515234240112721147232
Binary10101011101010111001010001001010111010100110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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