#5A6237

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

Shades of Saratoga #5A6237

Tints of Saratoga #5A6237

Color information

#5A6237 (or 0x5A6237) is unknown color: approx Saratoga. HEX triplet: 5A, 62 and 37. RGB value is (90,98,55). Sum of RGB (Red+Green+Blue) = 90+98+55=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6237 is #A59DC8. Grayscale: #5A5A5A. Windows color (decimal): -10853833 or 3629658. OLE color: 3629658.

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

Color convert

RGB909855-
CMYK0.0800.440.62
HSL71.16º28.1%30%-
HSV(B)71.16º43.88%38.43%-
XYZ9.2711.185.28-
YUV90.71107.85127.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=37.04%
G=40.33%
B=22.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098550.0800.440.6271.1628.130
Hex5A6237802C3E471c1e
Octal1321426710054761073436
Binary101101011000101101111000010110011111010001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6237; }

 p { color: rgb(90,98,55); }

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

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

 a { background-color: rgb(90,98,55); }

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

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

 span { border-color: rgb(90,98,55); }

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