#586226

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

Shades of Saratoga #586226

Tints of Saratoga #586226

Color information

#586226 (or 0x586226) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 26. RGB value is (88,98,38). Sum of RGB (Red+Green+Blue) = 88+98+38=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #586226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586226 is #A79DD9. Grayscale: #585858. Windows color (decimal): -10984922 or 2515544. OLE color: 2515544.

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

Color convert

RGB889838-
CMYK0.1000.610.62
HSL70º44.12%26.67%-
HSV(B)70º61.22%38.43%-
XYZ8.7410.953.49-
YUV88.1799.69127.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=39.29%
G=43.75%
B=16.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898380.1000.610.627044.1226.67
Hex586226A03D3E462c1b
Octal1301424612075761065433
Binary1011000110001010011010100111101111110100011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586226; }

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

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

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

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

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

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

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

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