#516332

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

Shades of Dark Olive Green #516332

Tints of Dark Olive Green #516332

Color information

#516332 (or 0x516332) is unknown color: approx Dark Olive Green. HEX triplet: 51, 63 and 32. RGB value is (81,99,50). Sum of RGB (Red+Green+Blue) = 81+99+50=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #516332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516332 is #AE9CCD. Grayscale: #585858. Windows color (decimal): -11443406 or 3302225. OLE color: 3302225.

HSL color Cylindrical-coordinate representation of color #516332: hue angle of 82.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #516332 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB819950-
CMYK0.1800.490.61
HSL82.04º32.89%29.22%-
HSV(B)82.04º49.49%38.82%-
XYZ8.4310.94.68-
YUV88.03106.54122.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=35.22%
G=43.04%
B=21.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199500.1800.490.6182.0432.8929.22
Hex516332120313D52211d
Octal1211436222061751224135
Binary10100011100011110010100100110001111101101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516332; }

 p { color: rgb(81,99,50); }

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

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

 a { background-color: rgb(81,99,50); }

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

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

 span { border-color: rgb(81,99,50); }

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