#516932

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

Shades of Green Leaf #516932

Tints of Green Leaf #516932

Color information

#516932 (or 0x516932) is unknown color: approx Green Leaf. HEX triplet: 51, 69 and 32. RGB value is (81,105,50). Sum of RGB (Red+Green+Blue) = 81+105+50=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #516932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516932 is #AE96CD. Grayscale: #5B5B5B. Windows color (decimal): -11441870 or 3303761. OLE color: 3303761.

HSL color Cylindrical-coordinate representation of color #516932: hue angle of 86.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #516932 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB8110550-
CMYK0.2300.520.59
HSL86.18º35.48%30.39%-
HSV(B)86.18º52.38%41.18%-
XYZ9.0212.084.87-
YUV91.55104.55120.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=34.32%
G=44.49%
B=21.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105500.2300.520.5986.1835.4830.39
Hex516932170343B56231e
Octal1211516227064731264336
Binary10100011101001110010101110110100111011101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516932; }

 p { color: rgb(81,105,50); }

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

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

 a { background-color: rgb(81,105,50); }

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

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

 span { border-color: rgb(81,105,50); }

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