Html Css Color HEX #586332 Saratoga

📋 copy color: '#586332'

red 88 ◦ green 99 ◦ blue 50

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

Shades of Saratoga #586332

Tints of Saratoga #586332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 37.13%
G = 41.77%
B = 21.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#586332 (or 0x586332) is known color: Saratoga. HEX triplet: 58, 63 and 32. RGB value is (88,99,50). Sum of RGB (Red+Green+Blue) = 88+99+50=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #586332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586332 is #A79CCD. Grayscale: #5A5A5A. Windows color (decimal): -10984654 or 3302232. OLE color: 3302232.

HSL color Cylindrical-coordinate representation of color #586332: hue angle of 73.47º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #586332 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 99 50 -
CMYK 0.11 0 0.49 0.61
HSL 73.47º 0.33% 0.29% -
HSV(B) 73.47º 0.49% 0.39% -
XYZ 9.06 11.23 4.71 -
YUV 90.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 88 99 50 0.11 0 0.49 0.61 73.47 0.33 0.29
Hex 58 63 32 B 0 31 3D 49 21 1D
Octal 130 143 62 13 0 61 75 111 41 35
Binary 1011000 1100011 110010 1011 0 110001 111101 1001001 100001 11101

Color Harmonies of #586332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586332

Black with #586332

Text Example


Text Example

White with #586332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586332; }

 p { color: rgb(88,99,50); }

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

background-color css

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

 a { background-color: rgb(88,99,50); }

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

border-color css

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

 span { border-color: rgb(88,99,50); }

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