#516C1F

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

Shades of Green Leaf #516C1F

Tints of Green Leaf #516C1F

Color information

#516C1F (or 0x516C1F) is unknown color: approx Green Leaf. HEX triplet: 51, 6C and 1F. RGB value is (81,108,31). Sum of RGB (Red+Green+Blue) = 81+108+31=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #516C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516C1F is #AE93E0. Grayscale: #5B5B5B. Windows color (decimal): -11441121 or 2059345. OLE color: 2059345.

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

Color convert

RGB8110831-
CMYK0.2500.710.58
HSL81.04º55.4%27.25%-
HSV(B)81.04º71.3%42.35%-
XYZ912.573.25-
YUV91.1594.05120.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 108 (42.58% from 255) = 49.09%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=36.82%
G=49.09%
B=14.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81108310.2500.710.5881.0455.427.25
Hex516C1F190473A51371b
Octal12115437310107721216733
Binary10100011101100111111100101000111111010101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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