Html Css Color HEX #596038 Saratoga

📋 copy color: '#596038'

red 89 ◦ green 96 ◦ blue 56

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

Shades of Saratoga #596038

Tints of Saratoga #596038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

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

R = 36.93%
G = 39.83%
B = 23.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#596038 (or 0x596038) is known color: Saratoga. HEX triplet: 59, 60 and 38. RGB value is (89,96,56). Sum of RGB (Red+Green+Blue) = 89+96+56=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #596038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596038 is #A69FC7. Grayscale: #595959. Windows color (decimal): -10919880 or 3694681. OLE color: 3694681.

HSL color Cylindrical-coordinate representation of color #596038: hue angle of 70.5º degrees, saturation: 0.26, 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 #596038 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 96 56 -
CMYK 0.07 0 0.42 0.62
HSL 70.5º 0.26% 0.3% -
HSV(B) 70.5º 0.42% 0.38% -
XYZ 9.02 10.78 5.35 -
YUV 89.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 89 96 56 0.07 0 0.42 0.62 70.5 0.26 0.3
Hex 59 60 38 7 0 2A 3E 46 1A 1E
Octal 131 140 70 7 0 52 76 106 32 36
Binary 1011001 1100000 111000 111 0 101010 111110 1000110 11010 11110

Color Harmonies of #596038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596038

Black with #596038

Text Example


Text Example

White with #596038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596038; }

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

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

background-color css

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

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

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

border-color css

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

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

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