#557303

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

Shades of Fiji Green #557303

Tints of Fiji Green #557303

Color information

#557303 (or 0x557303) is unknown color: approx Fiji Green. HEX triplet: 55, 73 and 03. RGB value is (85,115,3). Sum of RGB (Red+Green+Blue) = 85+115+3=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #557303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557303 is #AA8CFC. Grayscale: #5D5D5D. Windows color (decimal): -11177213 or 226133. OLE color: 226133.

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

Color convert

RGB851153-
CMYK0.2600.970.55
HSL76.07º94.92%23.14%-
HSV(B)76.07º97.39%45.1%-
XYZ9.8914.22.31-
YUV93.2677.06122.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=41.87%
G=56.65%
B=1.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8511530.2600.970.5576.0794.9223.14
Hex557331A061374c5f17
Octal12516333201416711413727
Binary101010111100111111010011000011101111001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557303; }

 p { color: rgb(85,115,3); }

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

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

 a { background-color: rgb(85,115,3); }

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

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

 span { border-color: rgb(85,115,3); }

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