Html Css Color HEX #596130 Saratoga

📋 copy color: '#596130'

red 89 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #596130

Tints of Saratoga #596130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 38.03%
G = 41.45%
B = 20.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#596130 (or 0x596130) is known color: Saratoga. HEX triplet: 59, 61 and 30. RGB value is (89,97,48). Sum of RGB (Red+Green+Blue) = 89+97+48=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #596130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596130 is #A69ECF. Grayscale: #595959. Windows color (decimal): -10919632 or 3170649. OLE color: 3170649.

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

Color convert

RGB 89 97 48 -
CMYK 0.08 0 0.51 0.62
HSL 69.8º 0.34% 0.28% -
HSV(B) 69.8º 0.51% 0.38% -
XYZ 8.93 10.89 4.43 -
YUV 89.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 89 97 48 0.08 0 0.51 0.62 69.8 0.34 0.28
Hex 59 61 30 8 0 33 3E 46 22 1C
Octal 131 141 60 10 0 63 76 106 42 34
Binary 1011001 1100001 110000 1000 0 110011 111110 1000110 100010 11100

Color Harmonies of #596130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596130

Black with #596130

Text Example


Text Example

White with #596130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596130; }

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

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

background-color css

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

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

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

border-color css

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

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

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