#557417

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

Shades of Fiji Green #557417

Tints of Fiji Green #557417

Color information

#557417 (or 0x557417) is unknown color: approx Fiji Green. HEX triplet: 55, 74 and 17. RGB value is (85,116,23). Sum of RGB (Red+Green+Blue) = 85+116+23=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #557417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557417 is #AA8BE8. Grayscale: #606060. Windows color (decimal): -11176937 or 1537109. OLE color: 1537109.

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

Color convert

RGB8511623-
CMYK0.2700.800.55
HSL80º66.91%27.25%-
HSV(B)80º80.17%45.49%-
XYZ10.1514.483.07-
YUV96.1386.73120.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 23 (9.38% from 255) = 10.27%
R=37.95%
G=51.79%
B=10.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116230.2700.800.558066.9127.25
Hex5574171B0503750431b
Octal125164273301206712010333
Binary101010111101001011111011010100001101111010000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557417; }

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

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

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

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

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

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

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

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