Html Css Color HEX #596226 Saratoga

📋 copy color: '#596226'

red 89 ◦ green 98 ◦ blue 38

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

Shades of Saratoga #596226

Tints of Saratoga #596226

RGB

 RED value IS 89 (35.16% from 255) = 39.56%

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

 BLUE value IS 38 (15.23% from 255) = 16.89%

R = 39.56%
G = 43.56%
B = 16.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#596226 (or 0x596226) is known color: Saratoga. HEX triplet: 59, 62 and 26. RGB value is (89,98,38). Sum of RGB (Red+Green+Blue) = 89+98+38=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #596226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596226 is #A69DD9. Grayscale: #585858. Windows color (decimal): -10919386 or 2515545. OLE color: 2515545.

HSL color Cylindrical-coordinate representation of color #596226: hue angle of 69º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #596226 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 98 38 -
CMYK 0.09 0 0.61 0.62
HSL 69º 0.44% 0.27% -
HSV(B) 69º 0.61% 0.38% -
XYZ 8.84 11 3.49 -
YUV 88.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 89 98 38 0.09 0 0.61 0.62 69 0.44 0.27
Hex 59 62 26 9 0 3D 3E 45 2C 1B
Octal 131 142 46 11 0 75 76 105 54 33
Binary 1011001 1100010 100110 1001 0 111101 111110 1000101 101100 11011

Color Harmonies of #596226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596226

Black with #596226

Text Example


Text Example

White with #596226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596226; }

 p { color: rgb(89,98,38); }

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

background-color css

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

 a { background-color: rgb(89,98,38); }

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

border-color css

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

 span { border-color: rgb(89,98,38); }

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