Html Css Color HEX #586124 Saratoga

📋 copy color: '#586124'

red 88 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #586124

Tints of Saratoga #586124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 39.82%
G = 43.89%
B = 16.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#586124 (or 0x586124) is known color: Saratoga. HEX triplet: 58, 61 and 24. RGB value is (88,97,36). Sum of RGB (Red+Green+Blue) = 88+97+36=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #586124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586124 is #A79EDB. Grayscale: #575757. Windows color (decimal): -10985180 or 2384216. OLE color: 2384216.

HSL color Cylindrical-coordinate representation of color #586124: hue angle of 68.85º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586124 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 36 -
CMYK 0.09 0 0.63 0.62
HSL 68.85º 0.46% 0.26% -
HSV(B) 68.85º 0.63% 0.38% -
XYZ 8.62 10.75 3.29 -
YUV 87.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 88 97 36 0.09 0 0.63 0.62 68.85 0.46 0.26
Hex 58 61 24 9 0 3F 3E 45 2E 1A
Octal 130 141 44 11 0 77 76 105 56 32
Binary 1011000 1100001 100100 1001 0 111111 111110 1000101 101110 11010

Color Harmonies of #586124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586124

Black with #586124

Text Example


Text Example

White with #586124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586124; }

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

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

background-color css

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

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

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

border-color css

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

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

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