#516125

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

Shades of Saratoga #516125

Tints of Saratoga #516125

Color information

#516125 (or 0x516125) is unknown color: approx Saratoga. HEX triplet: 51, 61 and 25. RGB value is (81,97,37). Sum of RGB (Red+Green+Blue) = 81+97+37=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #516125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516125 is #AE9EDA. Grayscale: #555555. Windows color (decimal): -11443931 or 2449745. OLE color: 2449745.

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

Color convert

RGB819737-
CMYK0.1600.620.62
HSL76º44.78%26.27%-
HSV(B)76º61.86%38.04%-
XYZ810.433.34-
YUV85.38100.7124.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=37.67%
G=45.12%
B=17.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197370.1600.620.627644.7826.27
Hex5161251003E3E4c2d1a
Octal1211414520076761145532
Binary10100011100001100101100000111110111110100110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516125; }

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

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

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

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

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

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

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

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