Html Css Color HEX #586032 Saratoga

📋 copy color: '#586032'

red 88 ◦ green 96 ◦ blue 50

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

Shades of Saratoga #586032

Tints of Saratoga #586032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 37.61%
G = 41.03%
B = 21.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#586032 (or 0x586032) is known color: Saratoga. HEX triplet: 58, 60 and 32. RGB value is (88,96,50). Sum of RGB (Red+Green+Blue) = 88+96+50=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #586032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586032 is #A79FCD. Grayscale: #585858. Windows color (decimal): -10985422 or 3301464. OLE color: 3301464.

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

Color convert

RGB 88 96 50 -
CMYK 0.08 0 0.48 0.62
HSL 70.43º 0.32% 0.29% -
HSV(B) 70.43º 0.48% 0.38% -
XYZ 8.78 10.67 4.61 -
YUV 88.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 88 96 50 0.08 0 0.48 0.62 70.43 0.32 0.29
Hex 58 60 32 8 0 30 3E 46 20 1D
Octal 130 140 62 10 0 60 76 106 40 35
Binary 1011000 1100000 110010 1000 0 110000 111110 1000110 100000 11101

Color Harmonies of #586032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586032

Black with #586032

Text Example


Text Example

White with #586032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586032; }

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

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

background-color css

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

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

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

border-color css

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

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

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