#516223

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

Shades of Saratoga #516223

Tints of Saratoga #516223

Color information

#516223 (or 0x516223) is unknown color: approx Saratoga. HEX triplet: 51, 62 and 23. RGB value is (81,98,35). Sum of RGB (Red+Green+Blue) = 81+98+35=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #516223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516223 is #AE9DDC. Grayscale: #555555. Windows color (decimal): -11443677 or 2318929. OLE color: 2318929.

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

Color convert

RGB819835-
CMYK0.1700.640.62
HSL76.19º47.37%26.08%-
HSV(B)76.19º64.29%38.43%-
XYZ8.0610.613.21-
YUV85.7399.37124.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=37.85%
G=45.79%
B=16.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198350.1700.640.6276.1947.3726.08
Hex516223110403E4c2f1a
Octal12114243210100761145732
Binary101000111000101000111000101000000111110100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516223; }

 p { color: rgb(81,98,35); }

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

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

 a { background-color: rgb(81,98,35); }

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

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

 span { border-color: rgb(81,98,35); }

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