Html Css Color HEX #586328 Saratoga

📋 copy color: '#586328'

red 88 ◦ green 99 ◦ blue 40

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

Shades of Saratoga #586328

Tints of Saratoga #586328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.61%

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 38.77%
G = 43.61%
B = 17.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#586328 (or 0x586328) is known color: Saratoga. HEX triplet: 58, 63 and 28. RGB value is (88,99,40). Sum of RGB (Red+Green+Blue) = 88+99+40=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #586328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586328 is #A79CD7. Grayscale: #595959. Windows color (decimal): -10984664 or 2646872. OLE color: 2646872.

HSL color Cylindrical-coordinate representation of color #586328: hue angle of 71.19º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586328 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 99 40 -
CMYK 0.11 0 0.60 0.61
HSL 71.19º 0.42% 0.27% -
HSV(B) 71.19º 0.6% 0.39% -
XYZ 8.87 11.15 3.69 -
YUV 88.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 88 99 40 0.11 0 0.60 0.61 71.19 0.42 0.27
Hex 58 63 28 B 0 3C 3D 47 2A 1B
Octal 130 143 50 13 0 74 75 107 52 33
Binary 1011000 1100011 101000 1011 0 111100 111101 1000111 101010 11011

Color Harmonies of #586328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586328

Black with #586328

Text Example


Text Example

White with #586328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586328; }

 p { color: rgb(88,99,40); }

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

background-color css

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

 a { background-color: rgb(88,99,40); }

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

border-color css

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

 span { border-color: rgb(88,99,40); }

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