Html Css Color HEX #516136 Dark Olive Green

📋 copy color: '#516136'

red 81 ◦ green 97 ◦ blue 54

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

Shades of Dark Olive Green #516136

Tints of Dark Olive Green #516136

RGB

 RED value IS 81 (32.03% from 255) = 34.91%

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 34.91%
G = 41.81%
B = 23.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#516136 (or 0x516136) is known color: Dark Olive Green. HEX triplet: 51, 61 and 36. RGB value is (81,97,54). Sum of RGB (Red+Green+Blue) = 81+97+54=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #516136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516136 is #AE9EC9. Grayscale: #575757. Windows color (decimal): -11443914 or 3563857. OLE color: 3563857.

HSL color Cylindrical-coordinate representation of color #516136: hue angle of 82.33º 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 #516136 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 54 -
CMYK 0.16 0 0.44 0.62
HSL 82.33º 0.28% 0.3% -
HSV(B) 82.33º 0.44% 0.38% -
XYZ 8.33 10.57 5.09 -
YUV 87.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 81 97 54 0.16 0 0.44 0.62 82.33 0.28 0.3
Hex 51 61 36 10 0 2C 3E 52 1C 1E
Octal 121 141 66 20 0 54 76 122 34 36
Binary 1010001 1100001 110110 10000 0 101100 111110 1010010 11100 11110

Color Harmonies of #516136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516136

Black with #516136

Text Example


Text Example

White with #516136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516136; }

 p { color: rgb(81,97,54); }

 H1.HeaderClassName
 {
   color: #516136;
 }
 .AnyTagClassName
 {
   color: #516136;
 }
</style>

background-color css

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

 a { background-color: rgb(81,97,54); }

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

border-color css

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

 span { border-color: rgb(81,97,54); }

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