#516521

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

Shades of Green Leaf #516521

Tints of Green Leaf #516521

Color information

#516521 (or 0x516521) is unknown color: approx Green Leaf. HEX triplet: 51, 65 and 21. RGB value is (81,101,33). Sum of RGB (Red+Green+Blue) = 81+101+33=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #516521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516521 is #AE9ADE. Grayscale: #575757. Windows color (decimal): -11442911 or 2188625. OLE color: 2188625.

HSL color Cylindrical-coordinate representation of color #516521: hue angle of 77.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516521 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB8110133-
CMYK0.2000.670.60
HSL77.65º50.75%26.27%-
HSV(B)77.65º67.33%39.61%-
XYZ8.3211.173.16-
YUV87.2797.37123.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=37.67%
G=46.98%
B=15.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101330.2000.670.6077.6550.7526.27
Hex516521140433C4e331a
Octal12114541240103741166332
Binary101000111001011000011010001000011111100100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516521; }

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

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

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

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

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

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

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

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