#5D6137

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

Shades of Saratoga #5D6137

Tints of Saratoga #5D6137

Color information

#5D6137 (or 0x5D6137) is unknown color: approx Saratoga. HEX triplet: 5D, 61 and 37. RGB value is (93,97,55). Sum of RGB (Red+Green+Blue) = 93+97+55=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6137 is #A29EC8. Grayscale: #5B5B5B. Windows color (decimal): -10657481 or 3629405. OLE color: 3629405.

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

Color convert

RGB939755-
CMYK0.0400.430.62
HSL65.71º27.63%29.8%-
HSV(B)65.71º43.3%38.04%-
XYZ9.4811.155.27-
YUV91.02107.67129.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=37.96%
G=39.59%
B=22.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397550.0400.430.6265.7127.6329.8
Hex5D6137402B3E421c1e
Octal135141674053761023436
Binary10111011100001110111100010101111111010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,55); }

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

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

 a { background-color: rgb(93,97,55); }

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

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

 span { border-color: rgb(93,97,55); }

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