#557413

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

Shades of Fiji Green #557413

Tints of Fiji Green #557413

Color information

#557413 (or 0x557413) is unknown color: approx Fiji Green. HEX triplet: 55, 74 and 13. RGB value is (85,116,19). Sum of RGB (Red+Green+Blue) = 85+116+19=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #557413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557413 is #AA8BEC. Grayscale: #606060. Windows color (decimal): -11176941 or 1274965. OLE color: 1274965.

HSL color Cylindrical-coordinate representation of color #557413: hue angle of 79.18º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #557413 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB8511619-
CMYK0.2700.840.55
HSL79.18º71.85%26.47%-
HSV(B)79.18º83.62%45.49%-
XYZ10.1114.472.88-
YUV95.6784.73120.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 116 (45.70% from 255) = 52.73%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=38.64%
G=52.73%
B=8.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116190.2700.840.5579.1871.8526.47
Hex5574131B054374f481a
Octal125164233301246711711032
Binary101010111101001001111011010101001101111001111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557413; }

 p { color: rgb(85,116,19); }

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

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

 a { background-color: rgb(85,116,19); }

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

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

 span { border-color: rgb(85,116,19); }

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