#516033

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

Shades of Dark Olive Green #516033

Tints of Dark Olive Green #516033

Color information

#516033 (or 0x516033) is unknown color: approx Dark Olive Green. HEX triplet: 51, 60 and 33. RGB value is (81,96,51). Sum of RGB (Red+Green+Blue) = 81+96+51=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #516033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516033 is #AE9FCC. Grayscale: #565656. Windows color (decimal): -11444173 or 3366993. OLE color: 3366993.

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

Color convert

RGB819651-
CMYK0.1600.470.62
HSL80º30.61%28.82%-
HSV(B)80º46.88%37.65%-
XYZ8.1710.354.7-
YUV86.38108.03124.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=35.53%
G=42.11%
B=22.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196510.1600.470.628030.6128.82
Hex5160331002F3E501f1d
Octal1211406320057761203735
Binary1010001110000011001110000010111111111010100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516033; }

 p { color: rgb(81,96,51); }

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

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

 a { background-color: rgb(81,96,51); }

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

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

 span { border-color: rgb(81,96,51); }

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