#516B1D

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

Shades of Green Leaf #516B1D

Tints of Green Leaf #516B1D

Color information

#516B1D (or 0x516B1D) is unknown color: approx Green Leaf. HEX triplet: 51, 6B and 1D. RGB value is (81,107,29). Sum of RGB (Red+Green+Blue) = 81+107+29=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #516B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B1D is #AE94E2. Grayscale: #5A5A5A. Windows color (decimal): -11441379 or 1928017. OLE color: 1928017.

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

Color convert

RGB8110729-
CMYK0.2400.730.58
HSL80º57.35%26.67%-
HSV(B)80º72.9%41.96%-
XYZ8.8712.353.08-
YUV90.3393.39121.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=37.33%
G=49.31%
B=13.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107290.2400.730.588057.3526.67
Hex516B1D180493A50391b
Octal12115335300111721207133
Binary10100011101011111011100001001001111010101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,29); }

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

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

 a { background-color: rgb(81,107,29); }

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

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

 span { border-color: rgb(81,107,29); }

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