Html Css Color HEX #586232 Saratoga

📋 copy color: '#586232'

red 88 ◦ green 98 ◦ blue 50

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

Shades of Saratoga #586232

Tints of Saratoga #586232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 37.29%
G = 41.53%
B = 21.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#586232 (or 0x586232) is known color: Saratoga. HEX triplet: 58, 62 and 32. RGB value is (88,98,50). Sum of RGB (Red+Green+Blue) = 88+98+50=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #586232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586232 is #A79DCD. Grayscale: #595959. Windows color (decimal): -10984910 or 3301976. OLE color: 3301976.

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

Color convert

RGB 88 98 50 -
CMYK 0.10 0 0.49 0.62
HSL 72.5º 0.32% 0.29% -
HSV(B) 72.5º 0.49% 0.38% -
XYZ 8.97 11.04 4.68 -
YUV 89.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 88 98 50 0.10 0 0.49 0.62 72.5 0.32 0.29
Hex 58 62 32 A 0 31 3E 48 20 1D
Octal 130 142 62 12 0 61 76 110 40 35
Binary 1011000 1100010 110010 1010 0 110001 111110 1001000 100000 11101

Color Harmonies of #586232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586232

Black with #586232

Text Example


Text Example

White with #586232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586232; }

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

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

background-color css

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

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

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

border-color css

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

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

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