#516337

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

Shades of Dark Olive Green #516337

Tints of Dark Olive Green #516337

Color information

#516337 (or 0x516337) is unknown color: approx Dark Olive Green. HEX triplet: 51, 63 and 37. RGB value is (81,99,55). Sum of RGB (Red+Green+Blue) = 81+99+55=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #516337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516337 is #AE9CC8. Grayscale: #585858. Windows color (decimal): -11443401 or 3629905. OLE color: 3629905.

HSL color Cylindrical-coordinate representation of color #516337: hue angle of 84.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516337 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB819955-
CMYK0.1800.440.61
HSL84.55º28.57%30.2%-
HSV(B)84.55º44.44%38.82%-
XYZ8.5410.955.28-
YUV88.6109.04122.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=34.47%
G=42.13%
B=23.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199550.1800.440.6184.5528.5730.2
Hex5163371202C3D551d1e
Octal1211436722054751253536
Binary1010001110001111011110010010110011110110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516337; }

 p { color: rgb(81,99,55); }

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

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

 a { background-color: rgb(81,99,55); }

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

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

 span { border-color: rgb(81,99,55); }

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