Html Css Color HEX #586025 Saratoga

📋 copy color: '#586025'

red 88 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #586025

Tints of Saratoga #586025

RGB

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

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

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

R = 39.82%
G = 43.44%
B = 16.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#586025 (or 0x586025) is known color: Saratoga. HEX triplet: 58, 60 and 25. RGB value is (88,96,37). Sum of RGB (Red+Green+Blue) = 88+96+37=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #586025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586025 is #A79FDA. Grayscale: #575757. Windows color (decimal): -10985435 or 2449496. OLE color: 2449496.

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

Color convert

RGB 88 96 37 -
CMYK 0.08 0 0.61 0.62
HSL 68.14º 0.44% 0.26% -
HSV(B) 68.14º 0.61% 0.38% -
XYZ 8.54 10.57 3.34 -
YUV 86.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 88 96 37 0.08 0 0.61 0.62 68.14 0.44 0.26
Hex 58 60 25 8 0 3D 3E 44 2C 1A
Octal 130 140 45 10 0 75 76 104 54 32
Binary 1011000 1100000 100101 1000 0 111101 111110 1000100 101100 11010

Color Harmonies of #586025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586025

Black with #586025

Text Example


Text Example

White with #586025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586025; }

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

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

background-color css

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

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

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

border-color css

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

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

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