Html Css Color HEX #586236 Saratoga

📋 copy color: '#586236'

red 88 ◦ green 98 ◦ blue 54

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

Shades of Saratoga #586236

Tints of Saratoga #586236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.5%

R = 36.67%
G = 40.83%
B = 22.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#586236 (or 0x586236) is known color: Saratoga. HEX triplet: 58, 62 and 36. RGB value is (88,98,54). Sum of RGB (Red+Green+Blue) = 88+98+54=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #586236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586236 is #A79DC9. Grayscale: #5A5A5A. Windows color (decimal): -10984906 or 3564120. OLE color: 3564120.

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

Color convert

RGB 88 98 54 -
CMYK 0.10 0 0.45 0.62
HSL 73.64º 0.29% 0.3% -
HSV(B) 73.64º 0.45% 0.38% -
XYZ 9.06 11.08 5.15 -
YUV 89.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 88 98 54 0.10 0 0.45 0.62 73.64 0.29 0.3
Hex 58 62 36 A 0 2D 3E 4A 1D 1E
Octal 130 142 66 12 0 55 76 112 35 36
Binary 1011000 1100010 110110 1010 0 101101 111110 1001010 11101 11110

Color Harmonies of #586236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586236

Black with #586236

Text Example


Text Example

White with #586236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586236; }

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

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

background-color css

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

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

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

border-color css

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

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

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