#586026

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

Shades of Saratoga #586026

Tints of Saratoga #586026

Color information

#586026 (or 0x586026) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 26. RGB value is (88,96,38). Sum of RGB (Red+Green+Blue) = 88+96+38=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #586026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586026 is #A79FD9. Grayscale: #575757. Windows color (decimal): -10985434 or 2515032. OLE color: 2515032.

HSL color Cylindrical-coordinate representation of color #586026: hue angle of 68.28º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586026 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB889638-
CMYK0.0800.600.62
HSL68.28º43.28%26.27%-
HSV(B)68.28º60.42%37.65%-
XYZ8.5610.583.42-
YUV87100.35128.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=39.64%
G=43.24%
B=17.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896380.0800.600.6268.2843.2826.27
Hex586026803C3E442b1a
Octal1301404610074761045332
Binary1011000110000010011010000111100111110100010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586026; }

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

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

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

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

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

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

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

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