#545937

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

Shades of Saratoga #545937

Tints of Saratoga #545937

Color information

#545937 (or 0x545937) is unknown color: approx Saratoga. HEX triplet: 54, 59 and 37. RGB value is (84,89,55). Sum of RGB (Red+Green+Blue) = 84+89+55=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #545937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545937 is #ABA6C8. Grayscale: #535353. Windows color (decimal): -11249353 or 3627348. OLE color: 3627348.

HSL color Cylindrical-coordinate representation of color #545937: hue angle of 68.82º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545937 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB848955-
CMYK0.0600.380.65
HSL68.82º23.61%28.24%-
HSV(B)68.82º38.2%34.9%-
XYZ7.929.314.99-
YUV83.63111.84128.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=36.84%
G=39.04%
B=24.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489550.0600.380.6568.8223.6128.24
Hex54593760264145181c
Octal1241316760461011053034
Binary101010010110011101111100100110100000110001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545937; }

 p { color: rgb(84,89,55); }

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

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

 a { background-color: rgb(84,89,55); }

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

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

 span { border-color: rgb(84,89,55); }

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