#516F2D

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

Shades of Green Leaf #516F2D

Tints of Green Leaf #516F2D

Color information

#516F2D (or 0x516F2D) is unknown color: approx Green Leaf. HEX triplet: 51, 6F and 2D. RGB value is (81,111,45). Sum of RGB (Red+Green+Blue) = 81+111+45=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #516F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F2D is #AE90D2. Grayscale: #5E5E5E. Windows color (decimal): -11440339 or 2977617. OLE color: 2977617.

HSL color Cylindrical-coordinate representation of color #516F2D: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #516F2D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB8111145-
CMYK0.2700.590.56
HSL87.27º42.31%30.59%-
HSV(B)87.27º59.46%43.53%-
XYZ9.5513.314.55-
YUV94.51100.06118.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=34.18%
G=46.84%
B=18.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111450.2700.590.5687.2742.3130.59
Hex516F2D1B03B38572a1f
Octal1211575533073701275237
Binary10100011101111101101110110111011111000101011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,111,45); }

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

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

 a { background-color: rgb(81,111,45); }

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

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

 span { border-color: rgb(81,111,45); }

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