Html Css Color HEX #586228 Saratoga

📋 copy color: '#586228'

red 88 ◦ green 98 ◦ blue 40

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

Shades of Saratoga #586228

Tints of Saratoga #586228

RGB

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

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

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

R = 38.94%
G = 43.36%
B = 17.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#586228 (or 0x586228) is known color: Saratoga. HEX triplet: 58, 62 and 28. RGB value is (88,98,40). Sum of RGB (Red+Green+Blue) = 88+98+40=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #586228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586228 is #A79DD7. Grayscale: #585858. Windows color (decimal): -10984920 or 2646616. OLE color: 2646616.

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

Color convert

RGB 88 98 40 -
CMYK 0.10 0 0.59 0.62
HSL 70.34º 0.42% 0.27% -
HSV(B) 70.34º 0.59% 0.38% -
XYZ 8.78 10.96 3.66 -
YUV 88.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 88 98 40 0.10 0 0.59 0.62 70.34 0.42 0.27
Hex 58 62 28 A 0 3B 3E 46 2A 1B
Octal 130 142 50 12 0 73 76 106 52 33
Binary 1011000 1100010 101000 1010 0 111011 111110 1000110 101010 11011

Color Harmonies of #586228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586228

Black with #586228

Text Example


Text Example

White with #586228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586228; }

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

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

background-color css

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

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

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

border-color css

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

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

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