#516532

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

Shades of Green Leaf #516532

Tints of Green Leaf #516532

Color information

#516532 (or 0x516532) is unknown color: approx Green Leaf. HEX triplet: 51, 65 and 32. RGB value is (81,101,50). Sum of RGB (Red+Green+Blue) = 81+101+50=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #516532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516532 is #AE9ACD. Grayscale: #595959. Windows color (decimal): -11442894 or 3302737. OLE color: 3302737.

HSL color Cylindrical-coordinate representation of color #516532: hue angle of 83.53º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516532 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB8110150-
CMYK0.2000.500.60
HSL83.53º33.77%29.61%-
HSV(B)83.53º50.5%39.61%-
XYZ8.6211.294.74-
YUV89.21105.87122.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=34.91%
G=43.53%
B=21.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101500.2000.500.6083.5333.7729.61
Hex516532140323C54221e
Octal1211456224062741244236
Binary10100011100101110010101000110010111100101010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516532; }

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

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

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

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

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

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

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

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