#556E1B

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

Shades of Fiji Green #556E1B

Tints of Fiji Green #556E1B

Color information

#556E1B (or 0x556E1B) is unknown color: approx Fiji Green. HEX triplet: 55, 6E and 1B. RGB value is (85,110,27). Sum of RGB (Red+Green+Blue) = 85+110+27=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #556E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E1B is #AA91E4. Grayscale: #5D5D5D. Windows color (decimal): -11178469 or 1797717. OLE color: 1797717.

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

Color convert

RGB8511027-
CMYK0.2300.750.57
HSL78.07º60.58%26.86%-
HSV(B)78.07º75.45%43.14%-
XYZ9.5213.163.08-
YUV93.0690.72122.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 110 (43.36% from 255) = 49.55%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=38.29%
G=49.55%
B=12.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110270.2300.750.5778.0760.5826.86
Hex556E1B1704B394e3d1b
Octal12515633270113711167533
Binary10101011101110110111011101001011111001100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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