#516231

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

Shades of Dark Olive Green #516231

Tints of Dark Olive Green #516231

Color information

#516231 (or 0x516231) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 31. RGB value is (81,98,49). Sum of RGB (Red+Green+Blue) = 81+98+49=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #516231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516231 is #AE9DCE. Grayscale: #575757. Windows color (decimal): -11443663 or 3236433. OLE color: 3236433.

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

Color convert

RGB819849-
CMYK0.1700.50.62
HSL80.82º33.33%28.82%-
HSV(B)80.82º50%38.43%-
XYZ8.3210.714.53-
YUV87.33106.37123.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=35.53%
G=42.98%
B=21.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198490.1700.50.6280.8233.3328.82
Hex516231110323E51211d
Octal1211426121062761214135
Binary10100011100010110001100010110010111110101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516231; }

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

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

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

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

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

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

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

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