#516E2F

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

Shades of Green Leaf #516E2F

Tints of Green Leaf #516E2F

Color information

#516E2F (or 0x516E2F) is unknown color: approx Green Leaf. HEX triplet: 51, 6E and 2F. RGB value is (81,110,47). Sum of RGB (Red+Green+Blue) = 81+110+47=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #516E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516E2F is #AE91D0. Grayscale: #5E5E5E. Windows color (decimal): -11440593 or 3108433. OLE color: 3108433.

HSL color Cylindrical-coordinate representation of color #516E2F: hue angle of 87.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516E2F is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB8111047-
CMYK0.2600.570.57
HSL87.62º40.13%30.78%-
HSV(B)87.62º57.27%43.14%-
XYZ9.4813.114.72-
YUV94.15101.39118.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 110 (43.36% from 255) = 46.22%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=34.03%
G=46.22%
B=19.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81110470.2600.570.5787.6240.1330.78
Hex516E2F1A0393958281f
Octal1211565732071711305037
Binary10100011101110101111110100111001111001101100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,47); }

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

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

 a { background-color: rgb(81,110,47); }

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

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

 span { border-color: rgb(81,110,47); }

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