#516132

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

Shades of Dark Olive Green #516132

Tints of Dark Olive Green #516132

Color information

#516132 (or 0x516132) is unknown color: approx Dark Olive Green. HEX triplet: 51, 61 and 32. RGB value is (81,97,50). Sum of RGB (Red+Green+Blue) = 81+97+50=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #516132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516132 is #AE9ECD. Grayscale: #575757. Windows color (decimal): -11443918 or 3301713. OLE color: 3301713.

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

Color convert

RGB819750-
CMYK0.1600.480.62
HSL80.43º31.97%28.82%-
HSV(B)80.43º48.45%38.04%-
XYZ8.2410.534.62-
YUV86.86107.2123.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=35.53%
G=42.54%
B=21.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197500.1600.480.6280.4331.9728.82
Hex516132100303E50201d
Octal1211416220060761204035
Binary10100011100001110010100000110000111110101000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516132; }

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

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

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

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

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

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

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

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