#516432

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

Shades of Dark Olive Green #516432

Tints of Dark Olive Green #516432

Color information

#516432 (or 0x516432) is unknown color: approx Dark Olive Green. HEX triplet: 51, 64 and 32. RGB value is (81,100,50). Sum of RGB (Red+Green+Blue) = 81+100+50=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #516432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516432 is #AE9BCD. Grayscale: #585858. Windows color (decimal): -11443150 or 3302481. OLE color: 3302481.

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

Color convert

RGB8110050-
CMYK0.1900.500.61
HSL82.8º33.33%29.41%-
HSV(B)82.8º50%39.22%-
XYZ8.5311.094.71-
YUV88.62106.21122.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=35.06%
G=43.29%
B=21.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100500.1900.500.6182.833.3329.41
Hex516432130323D53211d
Octal1211446223062751234135
Binary10100011100100110010100110110010111101101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516432; }

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

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

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

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

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

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

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

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