#596018

Color #596018 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #596018

Tints of Saratoga #596018

Color information

#596018 (or 0x596018) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 18. RGB value is (89,96,24). Sum of RGB (Red+Green+Blue) = 89+96+24=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #596018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596018 is #A69FE7. Grayscale: #555555. Windows color (decimal): -10919912 or 1597529. OLE color: 1597529.

HSL color Cylindrical-coordinate representation of color #596018: hue angle of 65.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #596018 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB899624-
CMYK0.0700.750.62
HSL65.83º60%23.53%-
HSV(B)65.83º75%37.65%-
XYZ8.4710.562.46-
YUV85.793.18130.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=42.58%
G=45.93%
B=11.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996240.0700.750.6265.836023.53
Hex596018704B3E423c18
Octal1311403070113761027430
Binary101100111000001100011101001011111110100001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596018; }

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

 H1.HeaderClassName
 {
   color: #596018;
 }
 .AnyTagClassName
 {
   color: #596018;
 }
</style>
background-color css

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

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

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

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

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

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