Html Css Color HEX #586120 Saratoga

📋 copy color: '#586120'

red 88 ◦ green 97 ◦ blue 32

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

Shades of Saratoga #586120

Tints of Saratoga #586120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

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

R = 40.55%
G = 44.7%
B = 14.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#586120 (or 0x586120) is known color: Saratoga. HEX triplet: 58, 61 and 20. RGB value is (88,97,32). Sum of RGB (Red+Green+Blue) = 88+97+32=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #586120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586120 is #A79EDF. Grayscale: #575757. Windows color (decimal): -10985184 or 2122072. OLE color: 2122072.

HSL color Cylindrical-coordinate representation of color #586120: hue angle of 68.31º degrees, saturation: 0.5, 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 #586120 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 32 -
CMYK 0.09 0 0.67 0.62
HSL 68.31º 0.5% 0.25% -
HSV(B) 68.31º 0.67% 0.38% -
XYZ 8.56 10.73 2.99 -
YUV 86.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 88 97 32 0.09 0 0.67 0.62 68.31 0.5 0.25
Hex 58 61 20 9 0 43 3E 44 32 19
Octal 130 141 40 11 0 103 76 104 62 31
Binary 1011000 1100001 100000 1001 0 1000011 111110 1000100 110010 11001

Color Harmonies of #586120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586120

Black with #586120

Text Example


Text Example

White with #586120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586120; }

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

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

background-color css

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

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

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

border-color css

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

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

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