#557911

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

Shades of Fiji Green #557911

Tints of Fiji Green #557911

Color information

#557911 (or 0x557911) is unknown color: approx Fiji Green. HEX triplet: 55, 79 and 11. RGB value is (85,121,17). Sum of RGB (Red+Green+Blue) = 85+121+17=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #557911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557911 is #AA86EE. Grayscale: #626262. Windows color (decimal): -11175663 or 1145173. OLE color: 1145173.

HSL color Cylindrical-coordinate representation of color #557911: hue angle of 80.77º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #557911 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB8512117-
CMYK0.3000.860.53
HSL80.77º75.36%27.06%-
HSV(B)80.77º85.95%47.45%-
XYZ10.6815.652.99-
YUV98.3882.07118.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=38.12%
G=54.26%
B=7.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121170.3000.860.5380.7775.3627.06
Hex5579111E05635514b1b
Octal125171213601266512111333
Binary101010111110011000111110010101101101011010001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557911; }

 p { color: rgb(85,121,17); }

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

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

 a { background-color: rgb(85,121,17); }

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

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

 span { border-color: rgb(85,121,17); }

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