Html Css Color HEX #586220 Saratoga

📋 copy color: '#586220'

red 88 ◦ green 98 ◦ blue 32

#586220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #586220

Tints of Saratoga #586220

RGB

 RED value IS 88 (34.77% from 255) = 40.37%

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 40.37%
G = 44.95%
B = 14.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#586220 (or 0x586220) is known color: Saratoga. HEX triplet: 58, 62 and 20. RGB value is (88,98,32). Sum of RGB (Red+Green+Blue) = 88+98+32=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #586220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586220 is #A79DDF. Grayscale: #575757. Windows color (decimal): -10984928 or 2122328. OLE color: 2122328.

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

Color convert

RGB 88 98 32 -
CMYK 0.10 0 0.67 0.62
HSL 69.09º 0.51% 0.25% -
HSV(B) 69.09º 0.67% 0.38% -
XYZ 8.65 10.91 3.02 -
YUV 87.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 88 98 32 0.10 0 0.67 0.62 69.09 0.51 0.25
Hex 58 62 20 A 0 43 3E 45 33 19
Octal 130 142 40 12 0 103 76 105 63 31
Binary 1011000 1100010 100000 1010 0 1000011 111110 1000101 110011 11001

Color Harmonies of #586220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586220

Black with #586220

Text Example


Text Example

White with #586220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586220; }

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

 H1.HeaderClassName
 {
   color: #586220;
 }
 .AnyTagClassName
 {
   color: #586220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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