Html Css Color HEX #516129 Dark Olive Green

📋 copy color: '#516129'

red 81 ◦ green 97 ◦ blue 41

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

Shades of Dark Olive Green #516129

Tints of Dark Olive Green #516129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.72%

R = 36.99%
G = 44.29%
B = 18.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#516129 (or 0x516129) is known color: Dark Olive Green. HEX triplet: 51, 61 and 29. RGB value is (81,97,41). Sum of RGB (Red+Green+Blue) = 81+97+41=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #516129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516129 is #AE9ED6. Grayscale: #565656. Windows color (decimal): -11443927 or 2711889. OLE color: 2711889.

HSL color Cylindrical-coordinate representation of color #516129: hue angle of 77.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516129 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 41 -
CMYK 0.16 0 0.58 0.62
HSL 77.14º 0.41% 0.27% -
HSV(B) 77.14º 0.58% 0.38% -
XYZ 8.07 10.46 3.69 -
YUV 85.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 81 97 41 0.16 0 0.58 0.62 77.14 0.41 0.27
Hex 51 61 29 10 0 3A 3E 4D 29 1B
Octal 121 141 51 20 0 72 76 115 51 33
Binary 1010001 1100001 101001 10000 0 111010 111110 1001101 101001 11011

Color Harmonies of #516129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516129

Black with #516129

Text Example


Text Example

White with #516129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516129; }

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

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

background-color css

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

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

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

border-color css

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

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

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