#586334

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

Shades of Saratoga #586334

Tints of Saratoga #586334

Color information

#586334 (or 0x586334) is unknown color: approx Saratoga. HEX triplet: 58, 63 and 34. RGB value is (88,99,52). Sum of RGB (Red+Green+Blue) = 88+99+52=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #586334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586334 is #A79CCB. Grayscale: #5A5A5A. Windows color (decimal): -10984652 or 3433304. OLE color: 3433304.

HSL color Cylindrical-coordinate representation of color #586334: hue angle of 74.04º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #586334 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB889952-
CMYK0.1100.470.61
HSL74.04º31.13%29.61%-
HSV(B)74.04º47.47%38.82%-
XYZ9.1111.254.94-
YUV90.35106.36126.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=36.82%
G=41.42%
B=21.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8899520.1100.470.6174.0431.1329.61
Hex586334B02F3D4a1f1e
Octal1301436413057751123736
Binary101100011000111101001011010111111110110010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586334; }

 p { color: rgb(88,99,52); }

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

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

 a { background-color: rgb(88,99,52); }

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

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

 span { border-color: rgb(88,99,52); }

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