Html Css Color HEX #586038 Saratoga

📋 copy color: '#586038'

red 88 ◦ green 96 ◦ blue 56

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

Shades of Saratoga #586038

Tints of Saratoga #586038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 36.67%
G = 40%
B = 23.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#586038 (or 0x586038) is known color: Saratoga. HEX triplet: 58, 60 and 38. RGB value is (88,96,56). Sum of RGB (Red+Green+Blue) = 88+96+56=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #586038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586038 is #A79FC7. Grayscale: #595959. Windows color (decimal): -10985416 or 3694680. OLE color: 3694680.

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

Color convert

RGB 88 96 56 -
CMYK 0.08 0 0.42 0.62
HSL 72º 0.26% 0.3% -
HSV(B) 72º 0.42% 0.38% -
XYZ 8.92 10.73 5.34 -
YUV 89.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 88 96 56 0.08 0 0.42 0.62 72 0.26 0.3
Hex 58 60 38 8 0 2A 3E 48 1A 1E
Octal 130 140 70 10 0 52 76 110 32 36
Binary 1011000 1100000 111000 1000 0 101010 111110 1001000 11010 11110

Color Harmonies of #586038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586038

Black with #586038

Text Example


Text Example

White with #586038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586038; }

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

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

background-color css

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

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

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

border-color css

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

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

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