#557616

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

Shades of Fiji Green #557616

Tints of Fiji Green #557616

Color information

#557616 (or 0x557616) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 16. RGB value is (85,118,22). Sum of RGB (Red+Green+Blue) = 85+118+22=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #557616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557616 is #AA89E9. Grayscale: #616161. Windows color (decimal): -11176426 or 1472085. OLE color: 1472085.

HSL color Cylindrical-coordinate representation of color #557616: hue angle of 80.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #557616 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB8511822-
CMYK0.2800.810.54
HSL80.62º68.57%27.45%-
HSV(B)80.62º81.36%46.27%-
XYZ10.3714.953.1-
YUV97.1985.57119.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=37.78%
G=52.44%
B=9.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118220.2800.810.5480.6268.5727.45
Hex5576161C0513651451b
Octal125166263401216612110533
Binary101010111101101011011100010100011101101010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557616; }

 p { color: rgb(85,118,22); }

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

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

 a { background-color: rgb(85,118,22); }

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

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

 span { border-color: rgb(85,118,22); }

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