#557016

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

Shades of Fiji Green #557016

Tints of Fiji Green #557016

Color information

#557016 (or 0x557016) is unknown color: approx Fiji Green. HEX triplet: 55, 70 and 16. RGB value is (85,112,22). Sum of RGB (Red+Green+Blue) = 85+112+22=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #557016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557016 is #AA8FE9. Grayscale: #5E5E5E. Windows color (decimal): -11177962 or 1470549. OLE color: 1470549.

HSL color Cylindrical-coordinate representation of color #557016: hue angle of 78º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #557016 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB8511222-
CMYK0.2400.800.56
HSL78º67.16%26.27%-
HSV(B)78º80.36%43.92%-
XYZ9.6913.582.87-
YUV93.6787.55121.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=38.81%
G=51.14%
B=10.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112220.2400.800.567867.1626.27
Hex55701618050384e431a
Octal125160263001207011610332
Binary101010111100001011011000010100001110001001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557016; }

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

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

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

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

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

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

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

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