#516832

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

Shades of Green Leaf #516832

Tints of Green Leaf #516832

Color information

#516832 (or 0x516832) is unknown color: approx Green Leaf. HEX triplet: 51, 68 and 32. RGB value is (81,104,50). Sum of RGB (Red+Green+Blue) = 81+104+50=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #516832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516832 is #AE97CD. Grayscale: #5B5B5B. Windows color (decimal): -11442126 or 3303505. OLE color: 3303505.

HSL color Cylindrical-coordinate representation of color #516832: hue angle of 85.56º 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 #516832 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB8110450-
CMYK0.2200.520.59
HSL85.56º35.06%30.2%-
HSV(B)85.56º51.92%40.78%-
XYZ8.9211.884.84-
YUV90.97104.88120.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=34.47%
G=44.26%
B=21.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104500.2200.520.5985.5635.0630.2
Hex516832160343B56231e
Octal1211506226064731264336
Binary10100011101000110010101100110100111011101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516832; }

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

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

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

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

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

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

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

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