#516437

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

Shades of Dark Olive Green #516437

Tints of Dark Olive Green #516437

Color information

#516437 (or 0x516437) is unknown color: approx Dark Olive Green. HEX triplet: 51, 64 and 37. RGB value is (81,100,55). Sum of RGB (Red+Green+Blue) = 81+100+55=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #516437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516437 is #AE9BC8. Grayscale: #595959. Windows color (decimal): -11443145 or 3630161. OLE color: 3630161.

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

Color convert

RGB8110055-
CMYK0.1900.450.61
HSL85.33º29.03%30.39%-
HSV(B)85.33º45%39.22%-
XYZ8.6411.145.31-
YUV89.19108.71122.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=34.32%
G=42.37%
B=23.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100550.1900.450.6185.3329.0330.39
Hex5164371302D3D551d1e
Octal1211446723055751253536
Binary1010001110010011011110011010110111110110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516437; }

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

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

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

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

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

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

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

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