#516830

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

Shades of Green Leaf #516830

Tints of Green Leaf #516830

Color information

#516830 (or 0x516830) is unknown color: approx Green Leaf. HEX triplet: 51, 68 and 30. RGB value is (81,104,48). Sum of RGB (Red+Green+Blue) = 81+104+48=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #516830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516830 is #AE97CF. Grayscale: #5A5A5A. Windows color (decimal): -11442128 or 3172433. OLE color: 3172433.

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

Color convert

RGB8110448-
CMYK0.2200.540.59
HSL84.64º36.84%29.8%-
HSV(B)84.64º53.85%40.78%-
XYZ8.8811.864.62-
YUV90.74103.88121.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=34.76%
G=44.64%
B=20.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104480.2200.540.5984.6436.8429.8
Hex516830160363B55251e
Octal1211506026066731254536
Binary10100011101000110000101100110110111011101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516830; }

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

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

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

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

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

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

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

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