#586228

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

Shades of Saratoga #586228

Tints of Saratoga #586228

Color information

#586228 (or 0x586228) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 28. RGB value is (88,98,40). Sum of RGB (Red+Green+Blue) = 88+98+40=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #586228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586228 is #A79DD7. Grayscale: #585858. Windows color (decimal): -10984920 or 2646616. OLE color: 2646616.

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

Color convert

RGB889840-
CMYK0.1000.590.62
HSL70.34º42.03%27.06%-
HSV(B)70.34º59.18%38.43%-
XYZ8.7810.963.66-
YUV88.4100.69127.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=38.94%
G=43.36%
B=17.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898400.1000.590.6270.3442.0327.06
Hex586228A03B3E462a1b
Octal1301425012073761065233
Binary1011000110001010100010100111011111110100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586228; }

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

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

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

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

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

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

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

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