Html Css Color HEX #586022 Saratoga

📋 copy color: '#586022'

red 88 ◦ green 96 ◦ blue 34

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

Shades of Saratoga #586022

Tints of Saratoga #586022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.6%

R = 40.37%
G = 44.04%
B = 15.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#586022 (or 0x586022) is known color: Saratoga. HEX triplet: 58, 60 and 22. RGB value is (88,96,34). Sum of RGB (Red+Green+Blue) = 88+96+34=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #586022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586022 is #A79FDD. Grayscale: #565656. Windows color (decimal): -10985438 or 2252888. OLE color: 2252888.

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

Color convert

RGB 88 96 34 -
CMYK 0.08 0 0.65 0.62
HSL 67.74º 0.48% 0.25% -
HSV(B) 67.74º 0.65% 0.38% -
XYZ 8.5 10.56 3.1 -
YUV 86.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 88 96 34 0.08 0 0.65 0.62 67.74 0.48 0.25
Hex 58 60 22 8 0 41 3E 44 30 19
Octal 130 140 42 10 0 101 76 104 60 31
Binary 1011000 1100000 100010 1000 0 1000001 111110 1000100 110000 11001

Color Harmonies of #586022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586022

Black with #586022

Text Example


Text Example

White with #586022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586022; }

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

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

background-color css

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

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

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

border-color css

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

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

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