#596225

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

Shades of Saratoga #596225

Tints of Saratoga #596225

Color information

#596225 (or 0x596225) is unknown color: approx Saratoga. HEX triplet: 59, 62 and 25. RGB value is (89,98,37). Sum of RGB (Red+Green+Blue) = 89+98+37=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #596225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596225 is #A69DDA. Grayscale: #585858. Windows color (decimal): -10919387 or 2450009. OLE color: 2450009.

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

Color convert

RGB899837-
CMYK0.0900.620.62
HSL68.85º45.19%26.47%-
HSV(B)68.85º62.24%38.43%-
XYZ8.8210.993.41-
YUV88.3699.02128.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=39.73%
G=43.75%
B=16.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8998370.0900.620.6268.8545.1926.47
Hex596225903E3E452d1a
Octal1311424511076761055532
Binary1011001110001010010110010111110111110100010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596225; }

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

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

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

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

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

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

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

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