#556326

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

Shades of Saratoga #556326

Tints of Saratoga #556326

Color information

#556326 (or 0x556326) is unknown color: approx Saratoga. HEX triplet: 55, 63 and 26. RGB value is (85,99,38). Sum of RGB (Red+Green+Blue) = 85+99+38=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #556326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556326 is #AA9CD9. Grayscale: #585858. Windows color (decimal): -11181274 or 2515797. OLE color: 2515797.

HSL color Cylindrical-coordinate representation of color #556326: hue angle of 73.77º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556326 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB859938-
CMYK0.1400.620.61
HSL73.77º44.53%26.86%-
HSV(B)73.77º61.62%38.82%-
XYZ8.5610.993.5-
YUV87.8699.86125.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=38.29%
G=44.59%
B=17.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599380.1400.620.6173.7744.5326.86
Hex556326E03E3D4a2d1b
Octal1251434616076751125533
Binary1010101110001110011011100111110111101100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556326; }

 p { color: rgb(85,99,38); }

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

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

 a { background-color: rgb(85,99,38); }

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

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

 span { border-color: rgb(85,99,38); }

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