#516035

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

Shades of Dark Olive Green #516035

Tints of Dark Olive Green #516035

Color information

#516035 (or 0x516035) is unknown color: approx Dark Olive Green. HEX triplet: 51, 60 and 35. RGB value is (81,96,53). Sum of RGB (Red+Green+Blue) = 81+96+53=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #516035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516035 is #AE9FCA. Grayscale: #565656. Windows color (decimal): -11444171 or 3498065. OLE color: 3498065.

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

Color convert

RGB819653-
CMYK0.1600.450.62
HSL80.93º28.86%29.22%-
HSV(B)80.93º44.79%37.65%-
XYZ8.2210.374.94-
YUV86.61109.03124-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=35.22%
G=41.74%
B=23.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196530.1600.450.6280.9328.8629.22
Hex5160351002D3E511d1d
Octal1211406520055761213535
Binary1010001110000011010110000010110111111010100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516035; }

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

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

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

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

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

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

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

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