#516C13

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

Shades of Fiji Green #516C13

Tints of Fiji Green #516C13

Color information

#516C13 (or 0x516C13) is unknown color: approx Fiji Green. HEX triplet: 51, 6C and 13. RGB value is (81,108,19). Sum of RGB (Red+Green+Blue) = 81+108+19=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #516C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C13 is #AE93EC. Grayscale: #5A5A5A. Windows color (decimal): -11441133 or 1272913. OLE color: 1272913.

HSL color Cylindrical-coordinate representation of color #516C13: hue angle of 78.2º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #516C13 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB8110819-
CMYK0.2500.820.58
HSL78.2º70.08%24.9%-
HSV(B)78.2º82.41%42.35%-
XYZ8.8712.522.57-
YUV89.7888.05121.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=38.94%
G=51.92%
B=9.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81108190.2500.820.5878.270.0824.9
Hex516C13190523A4e4619
Octal121154233101227211610631
Binary101000111011001001111001010100101110101001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516C13; }

 p { color: rgb(81,108,19); }

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

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

 a { background-color: rgb(81,108,19); }

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

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

 span { border-color: rgb(81,108,19); }

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