Html Css Color HEX #516229 Dark Olive Green

📋 copy color: '#516229'

red 81 ◦ green 98 ◦ blue 41

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

Shades of Dark Olive Green #516229

Tints of Dark Olive Green #516229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.55%

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

R = 36.82%
G = 44.55%
B = 18.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#516229 (or 0x516229) is known color: Dark Olive Green. HEX triplet: 51, 62 and 29. RGB value is (81,98,41). Sum of RGB (Red+Green+Blue) = 81+98+41=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #516229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516229 is #AE9DD6. Grayscale: #565656. Windows color (decimal): -11443671 or 2712145. OLE color: 2712145.

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

Color convert

RGB 81 98 41 -
CMYK 0.17 0 0.58 0.62
HSL 77.89º 0.41% 0.27% -
HSV(B) 77.89º 0.58% 0.38% -
XYZ 8.16 10.64 3.72 -
YUV 86.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 81 98 41 0.17 0 0.58 0.62 77.89 0.41 0.27
Hex 51 62 29 11 0 3A 3E 4E 29 1B
Octal 121 142 51 21 0 72 76 116 51 33
Binary 1010001 1100010 101001 10001 0 111010 111110 1001110 101001 11011

Color Harmonies of #516229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516229

Black with #516229

Text Example


Text Example

White with #516229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516229; }

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

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

background-color css

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

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

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

border-color css

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

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

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