Html Css Color HEX #596138 Saratoga

📋 copy color: '#596138'

red 89 ◦ green 97 ◦ blue 56

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

Shades of Saratoga #596138

Tints of Saratoga #596138

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 36.78%
G = 40.08%
B = 23.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#596138 (or 0x596138) is known color: Saratoga. HEX triplet: 59, 61 and 38. RGB value is (89,97,56). Sum of RGB (Red+Green+Blue) = 89+97+56=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #596138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596138 is #A69EC7. Grayscale: #5A5A5A. Windows color (decimal): -10919624 or 3694937. OLE color: 3694937.

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

Color convert

RGB 89 97 56 -
CMYK 0.08 0 0.42 0.62
HSL 71.71º 0.27% 0.3% -
HSV(B) 71.71º 0.42% 0.38% -
XYZ 9.11 10.96 5.38 -
YUV 89.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 89 97 56 0.08 0 0.42 0.62 71.71 0.27 0.3
Hex 59 61 38 8 0 2A 3E 48 1B 1E
Octal 131 141 70 10 0 52 76 110 33 36
Binary 1011001 1100001 111000 1000 0 101010 111110 1001000 11011 11110

Color Harmonies of #596138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596138

Black with #596138

Text Example


Text Example

White with #596138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596138; }

 p { color: rgb(89,97,56); }

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

background-color css

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

 a { background-color: rgb(89,97,56); }

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

border-color css

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

 span { border-color: rgb(89,97,56); }

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