#557100

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

Shades of Fiji Green #557100

Tints of Fiji Green #557100

Color information

#557100 (or 0x557100) is unknown color: approx Fiji Green. HEX triplet: 55, 71 and 00. RGB value is (85,113,0). Sum of RGB (Red+Green+Blue) = 85+113+0=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #557100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557100 is #AA8EFF. Grayscale: #5C5C5C. Windows color (decimal): -11177728 or 29013. OLE color: 29013.

HSL color Cylindrical-coordinate representation of color #557100: hue angle of 74.87º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557100 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB851130-
CMYK0.25010.56
HSL74.87º100%22.16%-
HSV(B)74.87º100%44.31%-
XYZ9.6513.742.14-
YUV91.7576.22123.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.93%
G=57.07%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8511300.25010.5674.8710022.16
Hex5571019064384b6416
Octal12516103101447011314426
Binary10101011110001011001011001001110001001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557100; }

 p { color: rgb(85,113,0); }

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

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

 a { background-color: rgb(85,113,0); }

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

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

 span { border-color: rgb(85,113,0); }

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