Html Css Color HEX #586225 Saratoga

📋 copy color: '#586225'

red 88 ◦ green 98 ◦ blue 37

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

Shades of Saratoga #586225

Tints of Saratoga #586225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.59%

R = 39.46%
G = 43.95%
B = 16.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#586225 (or 0x586225) is known color: Saratoga. HEX triplet: 58, 62 and 25. RGB value is (88,98,37). Sum of RGB (Red+Green+Blue) = 88+98+37=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #586225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586225 is #A79DDA. Grayscale: #585858. Windows color (decimal): -10984923 or 2450008. OLE color: 2450008.

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

Color convert

RGB 88 98 37 -
CMYK 0.10 0 0.62 0.62
HSL 69.84º 0.45% 0.26% -
HSV(B) 69.84º 0.62% 0.38% -
XYZ 8.73 10.94 3.4 -
YUV 88.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 88 98 37 0.10 0 0.62 0.62 69.84 0.45 0.26
Hex 58 62 25 A 0 3E 3E 46 2D 1A
Octal 130 142 45 12 0 76 76 106 55 32
Binary 1011000 1100010 100101 1010 0 111110 111110 1000110 101101 11010

Color Harmonies of #586225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586225

Black with #586225

Text Example


Text Example

White with #586225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586225; }

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

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

background-color css

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

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

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

border-color css

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

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

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