#556228

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

Shades of Saratoga #556228

Tints of Saratoga #556228

Color information

#556228 (or 0x556228) is unknown color: approx Saratoga. HEX triplet: 55, 62 and 28. RGB value is (85,98,40). Sum of RGB (Red+Green+Blue) = 85+98+40=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #556228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556228 is #AA9DD7. Grayscale: #575757. Windows color (decimal): -11181528 or 2646613. OLE color: 2646613.

HSL color Cylindrical-coordinate representation of color #556228: hue angle of 73.45º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556228 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB859840-
CMYK0.1300.590.62
HSL73.45º42.03%27.06%-
HSV(B)73.45º59.18%38.43%-
XYZ8.510.823.65-
YUV87.5101.19126.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=38.12%
G=43.95%
B=17.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598400.1300.590.6273.4542.0327.06
Hex556228D03B3E492a1b
Octal1251425015073761115233
Binary1010101110001010100011010111011111110100100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556228; }

 p { color: rgb(85,98,40); }

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

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

 a { background-color: rgb(85,98,40); }

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

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

 span { border-color: rgb(85,98,40); }

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