#516025

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

Shades of Saratoga #516025

Tints of Saratoga #516025

Color information

#516025 (or 0x516025) is unknown color: approx Saratoga. HEX triplet: 51, 60 and 25. RGB value is (81,96,37). Sum of RGB (Red+Green+Blue) = 81+96+37=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #516025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516025 is #AE9FDA. Grayscale: #555555. Windows color (decimal): -11444187 or 2449489. OLE color: 2449489.

HSL color Cylindrical-coordinate representation of color #516025: hue angle of 75.25º 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 #516025 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB819637-
CMYK0.1600.610.62
HSL75.25º44.36%26.08%-
HSV(B)75.25º61.46%37.65%-
XYZ7.9110.253.31-
YUV84.79101.03125.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=37.85%
G=44.86%
B=17.29%

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
Decimal8196370.1600.610.6275.2544.3626.08
Hex5160251003D3E4b2c1a
Octal1211404520075761135432
Binary10100011100000100101100000111101111110100101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516025; }

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

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

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

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

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

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

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

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