#5B6139

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

Shades of Saratoga #5B6139

Tints of Saratoga #5B6139

Color information

#5B6139 (or 0x5B6139) is unknown color: approx Saratoga. HEX triplet: 5B, 61 and 39. RGB value is (91,97,57). Sum of RGB (Red+Green+Blue) = 91+97+57=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6139 is #A49EC6. Grayscale: #5A5A5A. Windows color (decimal): -10788551 or 3760475. OLE color: 3760475.

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

Color convert

RGB919757-
CMYK0.0600.410.62
HSL69º25.97%30.2%-
HSV(B)69º41.24%38.04%-
XYZ9.3311.075.52-
YUV90.65109.01128.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=37.14%
G=39.59%
B=23.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197570.0600.410.626925.9730.2
Hex5B613960293E451a1e
Octal133141716051761053236
Binary10110111100001111001110010100111111010001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,57); }

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

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

 a { background-color: rgb(91,97,57); }

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

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

 span { border-color: rgb(91,97,57); }

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