Html Css Color HEX #586222 Saratoga

📋 copy color: '#586222'

red 88 ◦ green 98 ◦ blue 34

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

Shades of Saratoga #586222

Tints of Saratoga #586222

RGB

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

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

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

R = 40%
G = 44.55%
B = 15.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#586222 (or 0x586222) is known color: Saratoga. HEX triplet: 58, 62 and 22. RGB value is (88,98,34). Sum of RGB (Red+Green+Blue) = 88+98+34=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #586222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586222 is #A79DDD. Grayscale: #575757. Windows color (decimal): -10984926 or 2253400. OLE color: 2253400.

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

Color convert

RGB 88 98 34 -
CMYK 0.10 0 0.65 0.62
HSL 69.38º 0.48% 0.26% -
HSV(B) 69.38º 0.65% 0.38% -
XYZ 8.68 10.93 3.16 -
YUV 87.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 88 98 34 0.10 0 0.65 0.62 69.38 0.48 0.26
Hex 58 62 22 A 0 41 3E 45 30 1A
Octal 130 142 42 12 0 101 76 105 60 32
Binary 1011000 1100010 100010 1010 0 1000001 111110 1000101 110000 11010

Color Harmonies of #586222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586222

Black with #586222

Text Example


Text Example

White with #586222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586222; }

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

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

background-color css

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

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

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

border-color css

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

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

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