Html Css Color HEX #516128 Dark Olive Green

📋 copy color: '#516128'

red 81 ◦ green 97 ◦ blue 40

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

Shades of Dark Olive Green #516128

Tints of Dark Olive Green #516128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 37.16%
G = 44.5%
B = 18.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#516128 (or 0x516128) is known color: Dark Olive Green. HEX triplet: 51, 61 and 28. RGB value is (81,97,40). Sum of RGB (Red+Green+Blue) = 81+97+40=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #516128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516128 is #AE9ED7. Grayscale: #555555. Windows color (decimal): -11443928 or 2646353. OLE color: 2646353.

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

Color convert

RGB 81 97 40 -
CMYK 0.16 0 0.59 0.62
HSL 76.84º 0.42% 0.27% -
HSV(B) 76.84º 0.59% 0.38% -
XYZ 8.05 10.45 3.6 -
YUV 85.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 81 97 40 0.16 0 0.59 0.62 76.84 0.42 0.27
Hex 51 61 28 10 0 3B 3E 4D 2A 1B
Octal 121 141 50 20 0 73 76 115 52 33
Binary 1010001 1100001 101000 10000 0 111011 111110 1001101 101010 11011

Color Harmonies of #516128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516128

Black with #516128

Text Example


Text Example

White with #516128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516128; }

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

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

background-color css

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

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

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

border-color css

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

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

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