#516128

Color #516128 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #516128

Tints of Dark Olive Green #516128

Color information

#516128 (or 0x516128) is unknown color: approx 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

RGB819740-
CMYK0.1600.590.62
HSL76.84º41.61%26.86%-
HSV(B)76.84º58.76%38.04%-
XYZ8.0510.453.6-
YUV85.72102.2124.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=37.16%
G=44.50%
B=18.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197400.1600.590.6276.8441.6126.86
Hex5161281003B3E4d2a1b
Octal1211415020073761155233
Binary10100011100001101000100000111011111110100110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>