#576228

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

Shades of Saratoga #576228

Tints of Saratoga #576228

Color information

#576228 (or 0x576228) is unknown color: approx Saratoga. HEX triplet: 57, 62 and 28. RGB value is (87,98,40). Sum of RGB (Red+Green+Blue) = 87+98+40=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #576228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576228 is #A89DD7. Grayscale: #585858. Windows color (decimal): -11050456 or 2646615. OLE color: 2646615.

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

Color convert

RGB879840-
CMYK0.1100.590.62
HSL71.38º42.03%27.06%-
HSV(B)71.38º59.18%38.43%-
XYZ8.6810.913.66-
YUV88.1100.86127.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=38.67%
G=43.56%
B=17.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798400.1100.590.6271.3842.0327.06
Hex576228B03B3E472a1b
Octal1271425013073761075233
Binary1010111110001010100010110111011111110100011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576228; }

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

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

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

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

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

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

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

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