Html Css Color HEX #516337 Dark Olive Green

📋 copy color: '#516337'

red 81 ◦ green 99 ◦ blue 55

#516337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #516337

Tints of Dark Olive Green #516337

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.4%

R = 34.47%
G = 42.13%
B = 23.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#516337 (or 0x516337) is known color: 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

RGB 81 99 55 -
CMYK 0.18 0 0.44 0.61
HSL 84.55º 0.29% 0.3% -
HSV(B) 84.55º 0.44% 0.39% -
XYZ 8.54 10.95 5.28 -
YUV 88.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 81 99 55 0.18 0 0.44 0.61 84.55 0.29 0.3
Hex 51 63 37 12 0 2C 3D 55 1D 1E
Octal 121 143 67 22 0 54 75 125 35 36
Binary 1010001 1100011 110111 10010 0 101100 111101 1010101 11101 11110

Color Harmonies of #516337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516337

Black with #516337

Text Example


Text Example

White with #516337

Text Example


Text Example

HTML Codes & Css Web 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>