Html Css Color HEX #586234 Saratoga

📋 copy color: '#586234'

red 88 ◦ green 98 ◦ blue 52

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

Shades of Saratoga #586234

Tints of Saratoga #586234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 36.97%
G = 41.18%
B = 21.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#586234 (or 0x586234) is known color: Saratoga. HEX triplet: 58, 62 and 34. RGB value is (88,98,52). Sum of RGB (Red+Green+Blue) = 88+98+52=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #586234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586234 is #A79DCB. Grayscale: #595959. Windows color (decimal): -10984908 or 3433048. OLE color: 3433048.

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

Color convert

RGB 88 98 52 -
CMYK 0.10 0 0.47 0.62
HSL 73.04º 0.31% 0.29% -
HSV(B) 73.04º 0.47% 0.38% -
XYZ 9.01 11.06 4.91 -
YUV 89.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 88 98 52 0.10 0 0.47 0.62 73.04 0.31 0.29
Hex 58 62 34 A 0 2F 3E 49 1F 1D
Octal 130 142 64 12 0 57 76 111 37 35
Binary 1011000 1100010 110100 1010 0 101111 111110 1001001 11111 11101

Color Harmonies of #586234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586234

Black with #586234

Text Example


Text Example

White with #586234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586234; }

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

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

background-color css

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

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

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

border-color css

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

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

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