#516126

Color #516126 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #516126

Tints of Saratoga #516126

Color information

#516126 (or 0x516126) is unknown color: approx Saratoga. HEX triplet: 51, 61 and 26. RGB value is (81,97,38). Sum of RGB (Red+Green+Blue) = 81+97+38=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #516126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516126 is #AE9ED9. Grayscale: #555555. Windows color (decimal): -11443930 or 2515281. OLE color: 2515281.

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

Color convert

RGB819738-
CMYK0.1600.610.62
HSL76.27º43.7%26.47%-
HSV(B)76.27º60.82%38.04%-
XYZ8.0210.443.43-
YUV85.49101.2124.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=37.5%
G=44.91%
B=17.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197380.1600.610.6276.2743.726.47
Hex5161261003D3E4c2c1a
Octal1211414620075761145432
Binary10100011100001100110100000111101111110100110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516126; }

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

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

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

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

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

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

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

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