#516A13

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

Shades of Fiji Green #516A13

Tints of Fiji Green #516A13

Color information

#516A13 (or 0x516A13) is unknown color: approx Fiji Green. HEX triplet: 51, 6A and 13. RGB value is (81,106,19). Sum of RGB (Red+Green+Blue) = 81+106+19=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #516A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516A13 is #AE95EC. Grayscale: #585858. Windows color (decimal): -11441645 or 1272401. OLE color: 1272401.

HSL color Cylindrical-coordinate representation of color #516A13: hue angle of 77.24º 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 #516A13 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB8110619-
CMYK0.2400.820.58
HSL77.24º69.6%24.51%-
HSV(B)77.24º82.08%41.57%-
XYZ8.6612.12.5-
YUV88.6188.72122.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=39.32%
G=51.46%
B=9.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81106190.2400.820.5877.2469.624.51
Hex516A13180523A4d4619
Octal121152233001227211510631
Binary101000111010101001111000010100101110101001101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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