Html Css Color HEX #586231 Saratoga

📋 copy color: '#586231'

red 88 ◦ green 98 ◦ blue 49

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

Shades of Saratoga #586231

Tints of Saratoga #586231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 37.45%
G = 41.7%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#586231 (or 0x586231) is known color: Saratoga. HEX triplet: 58, 62 and 31. RGB value is (88,98,49). Sum of RGB (Red+Green+Blue) = 88+98+49=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #586231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586231 is #A79DCE. Grayscale: #595959. Windows color (decimal): -10984911 or 3236440. OLE color: 3236440.

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

Color convert

RGB 88 98 49 -
CMYK 0.10 0 0.5 0.62
HSL 72.24º 0.33% 0.29% -
HSV(B) 72.24º 0.5% 0.38% -
XYZ 8.95 11.03 4.56 -
YUV 89.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 88 98 49 0.10 0 0.5 0.62 72.24 0.33 0.29
Hex 58 62 31 A 0 32 3E 48 21 1D
Octal 130 142 61 12 0 62 76 110 41 35
Binary 1011000 1100010 110001 1010 0 110010 111110 1001000 100001 11101

Color Harmonies of #586231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586231

Black with #586231

Text Example


Text Example

White with #586231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586231; }

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

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

background-color css

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

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

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

border-color css

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

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

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