Html Css Color HEX #586526 Saratoga

📋 copy color: '#586526'

red 88 ◦ green 101 ◦ blue 38

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

Shades of Saratoga #586526

Tints of Saratoga #586526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 38.77%
G = 44.49%
B = 16.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#586526 (or 0x586526) is known color: Saratoga. HEX triplet: 58, 65 and 26. RGB value is (88,101,38). Sum of RGB (Red+Green+Blue) = 88+101+38=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #586526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586526 is #A79AD9. Grayscale: #5A5A5A. Windows color (decimal): -10984154 or 2516312. OLE color: 2516312.

HSL color Cylindrical-coordinate representation of color #586526: hue angle of 72.38º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #586526 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 101 38 -
CMYK 0.13 0 0.62 0.60
HSL 72.38º 0.45% 0.27% -
HSV(B) 72.38º 0.62% 0.4% -
XYZ 9.03 11.52 3.58 -
YUV 89.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 88 101 38 0.13 0 0.62 0.60 72.38 0.45 0.27
Hex 58 65 26 D 0 3E 3C 48 2D 1B
Octal 130 145 46 15 0 76 74 110 55 33
Binary 1011000 1100101 100110 1101 0 111110 111100 1001000 101101 11011

Color Harmonies of #586526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586526

Black with #586526

Text Example


Text Example

White with #586526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586526; }

 p { color: rgb(88,101,38); }

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

background-color css

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

 a { background-color: rgb(88,101,38); }

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

border-color css

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

 span { border-color: rgb(88,101,38); }

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