#557314

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

Shades of Fiji Green #557314

Tints of Fiji Green #557314

Color information

#557314 (or 0x557314) is unknown color: approx Fiji Green. HEX triplet: 55, 73 and 14. RGB value is (85,115,20). Sum of RGB (Red+Green+Blue) = 85+115+20=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #557314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557314 is #AA8CEB. Grayscale: #5F5F5F. Windows color (decimal): -11177196 or 1340245. OLE color: 1340245.

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

Color convert

RGB8511520-
CMYK0.2600.830.55
HSL78.95º70.37%26.47%-
HSV(B)78.95º82.61%45.1%-
XYZ1014.242.88-
YUV95.285.56120.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 115 (45.31% from 255) = 52.27%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=38.64%
G=52.27%
B=9.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115200.2600.830.5578.9570.3726.47
Hex5573141A053374f461a
Octal125163243201236711710632
Binary101010111100111010011010010100111101111001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557314; }

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

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

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

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

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

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

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

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