#556421

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

Shades of Saratoga #556421

Tints of Saratoga #556421

Color information

#556421 (or 0x556421) is unknown color: approx Saratoga. HEX triplet: 55, 64 and 21. RGB value is (85,100,33). Sum of RGB (Red+Green+Blue) = 85+100+33=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #556421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556421 is #AA9BDE. Grayscale: #585858. Windows color (decimal): -11181023 or 2188373. OLE color: 2188373.

HSL color Cylindrical-coordinate representation of color #556421: hue angle of 73.43º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556421 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB8510033-
CMYK0.1500.670.61
HSL73.43º50.38%26.08%-
HSV(B)73.43º67%39.22%-
XYZ8.5811.163.14-
YUV87.8897.03125.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=38.99%
G=45.87%
B=15.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100330.1500.670.6173.4350.3826.08
Hex556421F0433D49321a
Octal12514441170103751116232
Binary10101011100100100001111101000011111101100100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556421; }

 p { color: rgb(85,100,33); }

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

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

 a { background-color: rgb(85,100,33); }

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

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

 span { border-color: rgb(85,100,33); }

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