#5B6326

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

Shades of Saratoga #5B6326

Tints of Saratoga #5B6326

Color information

#5B6326 (or 0x5B6326) is unknown color: approx Saratoga. HEX triplet: 5B, 63 and 26. RGB value is (91,99,38). Sum of RGB (Red+Green+Blue) = 91+99+38=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6326 is #A49CD9. Grayscale: #595959. Windows color (decimal): -10788058 or 2515803. OLE color: 2515803.

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

Color convert

RGB919938-
CMYK0.0800.620.61
HSL67.87º44.53%26.86%-
HSV(B)67.87º61.62%38.82%-
XYZ9.1311.293.53-
YUV89.6598.85128.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.91%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=39.91%
G=43.42%
B=16.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199380.0800.620.6167.8744.5326.86
Hex5B6326803E3D442d1b
Octal1331434610076751045533
Binary1011011110001110011010000111110111101100010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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