#5E6436

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

Shades of Saratoga #5E6436

Tints of Saratoga #5E6436

Color information

#5E6436 (or 0x5E6436) is unknown color: approx Saratoga. HEX triplet: 5E, 64 and 36. RGB value is (94,100,54). Sum of RGB (Red+Green+Blue) = 94+100+54=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6436 is #A19BC9. Grayscale: #5D5D5D. Windows color (decimal): -10591178 or 3564638. OLE color: 3564638.

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

Color convert

RGB9410054-
CMYK0.0600.460.61
HSL67.83º29.87%30.2%-
HSV(B)67.83º46%39.22%-
XYZ9.8411.765.24-
YUV92.96106.01128.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.90%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=37.90%
G=40.32%
B=21.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94100540.0600.460.6167.8329.8730.2
Hex5E6436602E3D441e1e
Octal136144666056751043636
Binary10111101100100110110110010111011110110001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,54); }

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

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

 a { background-color: rgb(94,100,54); }

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

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

 span { border-color: rgb(94,100,54); }

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