Html Css Color HEX #586019 Saratoga

📋 copy color: '#586019'

red 88 ◦ green 96 ◦ blue 25

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

Shades of Saratoga #586019

Tints of Saratoga #586019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 42.11%
G = 45.93%
B = 11.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#586019 (or 0x586019) is known color: Saratoga. HEX triplet: 58, 60 and 19. RGB value is (88,96,25). Sum of RGB (Red+Green+Blue) = 88+96+25=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #586019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586019 is #A79FE6. Grayscale: #555555. Windows color (decimal): -10985447 or 1663064. OLE color: 1663064.

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

Color convert

RGB 88 96 25 -
CMYK 0.08 0 0.74 0.62
HSL 66.76º 0.59% 0.24% -
HSV(B) 66.76º 0.74% 0.38% -
XYZ 8.38 10.51 2.51 -
YUV 85.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 88 96 25 0.08 0 0.74 0.62 66.76 0.59 0.24
Hex 58 60 19 8 0 4A 3E 43 3B 18
Octal 130 140 31 10 0 112 76 103 73 30
Binary 1011000 1100000 11001 1000 0 1001010 111110 1000011 111011 11000

Color Harmonies of #586019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586019

Black with #586019

Text Example


Text Example

White with #586019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586019; }

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

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

background-color css

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

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

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

border-color css

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

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

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