#516237

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

Shades of Dark Olive Green #516237

Tints of Dark Olive Green #516237

Color information

#516237 (or 0x516237) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 37. RGB value is (81,98,55). Sum of RGB (Red+Green+Blue) = 81+98+55=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #516237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516237 is #AE9DC8. Grayscale: #585858. Windows color (decimal): -11443657 or 3629649. OLE color: 3629649.

HSL color Cylindrical-coordinate representation of color #516237: hue angle of 83.72º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516237 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB819855-
CMYK0.1700.440.62
HSL83.72º28.1%30%-
HSV(B)83.72º43.88%38.43%-
XYZ8.4510.765.25-
YUV88.01109.37123-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=34.62%
G=41.88%
B=23.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198550.1700.440.6283.7228.130
Hex5162371102C3E541c1e
Octal1211426721054761243436
Binary1010001110001011011110001010110011111010101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516237; }

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

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

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

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

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

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

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

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