#516226

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

Shades of Dark Olive Green #516226

Tints of Dark Olive Green #516226

Color information

#516226 (or 0x516226) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 26. RGB value is (81,98,38). Sum of RGB (Red+Green+Blue) = 81+98+38=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #516226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516226 is #AE9DD9. Grayscale: #565656. Windows color (decimal): -11443674 or 2515537. OLE color: 2515537.

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

Color convert

RGB819838-
CMYK0.1700.610.62
HSL77º44.12%26.67%-
HSV(B)77º61.22%38.43%-
XYZ8.1110.623.46-
YUV86.08100.87124.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=37.33%
G=45.16%
B=17.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198380.1700.610.627744.1226.67
Hex5162261103D3E4d2c1b
Octal1211424621075761155433
Binary10100011100010100110100010111101111110100110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516226; }

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

 H1.HeaderClassName
 {
   color: #516226;
 }
 .AnyTagClassName
 {
   color: #516226;
 }
</style>
background-color css

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

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

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

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

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

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