#5B6338

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

Shades of Saratoga #5B6338

Tints of Saratoga #5B6338

Color information

#5B6338 (or 0x5B6338) is unknown color: approx Saratoga. HEX triplet: 5B, 63 and 38. RGB value is (91,99,56). Sum of RGB (Red+Green+Blue) = 91+99+56=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6338 is #A49CC7. Grayscale: #5B5B5B. Windows color (decimal): -10788040 or 3695451. OLE color: 3695451.

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

Color convert

RGB919956-
CMYK0.0800.430.61
HSL71.16º27.74%30.39%-
HSV(B)71.16º43.43%38.82%-
XYZ9.4911.435.45-
YUV91.71107.85127.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=36.99%
G=40.24%
B=22.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199560.0800.430.6171.1627.7430.39
Hex5B6338802B3D471c1e
Octal1331437010053751073436
Binary101101111000111110001000010101111110110001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,56); }

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

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

 a { background-color: rgb(91,99,56); }

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

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

 span { border-color: rgb(91,99,56); }

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